Html Css Color HEX #8D388B Vivid Violet

📋 copy color: '#8D388B'

red 141 ◦ green 56 ◦ blue 139

#8D388B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8D388B

Tints of Vivid Violet #8D388B

RGB

 RED value IS 141 (55.47% from 255) = 41.96%

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 41.96%
G = 16.67%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8D388B (or 0x8D388B) is known color: Vivid Violet. HEX triplet: 8D, 38 and 8B. RGB value is (141,56,139). Sum of RGB (Red+Green+Blue) = 141+56+139=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D388B is #72C774. Grayscale: #5A5A5A. Windows color (decimal): -7522165 or 9123981. OLE color: 9123981.

HSL color Cylindrical-coordinate representation of color #8D388B: hue angle of 301.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D388B is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 56 139 -
CMYK 0 0.60 0.01 0.45
HSL 301.41º 0.43% 0.39% -
HSV(B) 301.41º 0.6% 0.55% -
XYZ 17.06 10.36 25.53 -
YUV 90.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 141 56 139 0 0.60 0.01 0.45 301.41 0.43 0.39
Hex 8D 38 8B 0 3C 1 2D 12D 2B 27
Octal 215 70 213 0 74 1 55 455 53 47
Binary 10001101 111000 10001011 0 111100 1 101101 100101101 101011 100111

Color Harmonies of #8D388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D388B

Black with #8D388B

Text Example


Text Example

White with #8D388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D388B; }

 p { color: rgb(141,56,139); }

 H1.HeaderClassName
 {
   color: #8D388B;
 }
 .AnyTagClassName
 {
   color: #8D388B;
 }
</style>

background-color css

<style>
 a { background-color: #8D388B; }

 a { background-color: rgb(141,56,139); }

 div.DivClassName
 {
   background-color: #8D388B;
 }
 .BgClassName
 {
   background-color: #8D388B;
 }
</style>

border-color css

<style>
 span { border-color: #8D388B; }

 span { border-color: rgb(141,56,139); }

 td.TdClassName
 {
   border-color: #8D388B;
 }
 .TagClassName
 {
   border-color: #8D388B;
 }
</style>