Html Css Color HEX #8C08DB Dark Violet

📋 copy color: '#8C08DB'

red 140 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #8C08DB

Tints of Dark Violet #8C08DB

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 38.15%
G = 2.18%
B = 59.67%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C08DB (or 0x8C08DB) is known color: Dark Violet. HEX triplet: 8C, 08 and DB. RGB value is (140,8,219). Sum of RGB (Red+Green+Blue) = 140+8+219=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08DB is #73F724. Grayscale: #464646. Windows color (decimal): -7599909 or 14354572. OLE color: 14354572.

HSL color Cylindrical-coordinate representation of color #8C08DB: hue angle of 277.54º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08DB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 8 219 -
CMYK 0.36 0.96 0 0.14
HSL 277.54º 0.93% 0.45% -
HSV(B) 277.54º 0.96% 0.86% -
XYZ 23.69 10.86 67.87 -
YUV 71.52 211.23 176.84 -
System Red Green Blue C M Y K H S L
Decimal 140 8 219 0.36 0.96 0 0.14 277.54 0.93 0.45
Hex 8C 8 DB 24 60 0 E 116 5D 2D
Octal 214 10 333 44 140 0 16 426 135 55
Binary 10001100 1000 11011011 100100 1100000 0 1110 100010110 1011101 101101

Color Harmonies of #8C08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C08DB

Black with #8C08DB

Text Example


Text Example

White with #8C08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,219); }

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

background-color css

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

 a { background-color: rgb(140,8,219); }

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

border-color css

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

 span { border-color: rgb(140,8,219); }

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