Html Css Color HEX #8D08CE Dark Violet

📋 copy color: '#8D08CE'

red 141 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #8D08CE

Tints of Dark Violet #8D08CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 39.72%
G = 2.25%
B = 58.03%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D08CE (or 0x8D08CE) is known color: Dark Violet. HEX triplet: 8D, 08 and CE. RGB value is (141,8,206). Sum of RGB (Red+Green+Blue) = 141+8+206=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08CE is #72F731. Grayscale: #454545. Windows color (decimal): -7534386 or 13502605. OLE color: 13502605.

HSL color Cylindrical-coordinate representation of color #8D08CE: hue angle of 280.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08CE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 8 206 -
CMYK 0.32 0.96 0 0.19
HSL 280.3º 0.93% 0.42% -
HSV(B) 280.3º 0.96% 0.81% -
XYZ 22.21 10.29 59.21 -
YUV 70.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 141 8 206 0.32 0.96 0 0.19 280.3 0.93 0.42
Hex 8D 8 CE 20 60 0 13 118 5D 2A
Octal 215 10 316 40 140 0 23 430 135 52
Binary 10001101 1000 11001110 100000 1100000 0 10011 100011000 1011101 101010

Color Harmonies of #8D08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D08CE

Black with #8D08CE

Text Example


Text Example

White with #8D08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,206); }

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

background-color css

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

 a { background-color: rgb(141,8,206); }

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

border-color css

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

 span { border-color: rgb(141,8,206); }

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