Html Css Color HEX #8D08CC Dark Violet

📋 copy color: '#8D08CC'

red 141 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #8D08CC

Tints of Dark Violet #8D08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 39.94%
G = 2.27%
B = 57.79%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D08CC (or 0x8D08CC) is known color: Dark Violet. HEX triplet: 8D, 08 and CC. RGB value is (141,8,204). Sum of RGB (Red+Green+Blue) = 141+8+204=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08CC is #72F733. Grayscale: #454545. Windows color (decimal): -7534388 or 13371533. OLE color: 13371533.

HSL color Cylindrical-coordinate representation of color #8D08CC: hue angle of 280.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08CC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 8 204 -
CMYK 0.31 0.96 0 0.2
HSL 280.71º 0.92% 0.42% -
HSV(B) 280.71º 0.96% 0.8% -
XYZ 21.97 10.2 57.94 -
YUV 70.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 141 8 204 0.31 0.96 0 0.2 280.71 0.92 0.42
Hex 8D 8 CC 1F 60 0 14 119 5C 2A
Octal 215 10 314 37 140 0 24 431 134 52
Binary 10001101 1000 11001100 11111 1100000 0 10100 100011001 1011100 101010

Color Harmonies of #8D08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D08CC

Black with #8D08CC

Text Example


Text Example

White with #8D08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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