Html Css Color HEX #8C08DA Dark Violet

📋 copy color: '#8C08DA'

red 140 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #8C08DA

Tints of Dark Violet #8C08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 38.25%
G = 2.19%
B = 59.56%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C08DA (or 0x8C08DA) is known color: Dark Violet. HEX triplet: 8C, 08 and DA. RGB value is (140,8,218). Sum of RGB (Red+Green+Blue) = 140+8+218=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C08DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08DA is #73F725. Grayscale: #464646. Windows color (decimal): -7599910 or 14289036. OLE color: 14289036.

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

Color convert

RGB 140 8 218 -
CMYK 0.36 0.96 0 0.15
HSL 277.71º 0.93% 0.44% -
HSV(B) 277.71º 0.96% 0.85% -
XYZ 23.56 10.81 67.17 -
YUV 71.41 210.73 176.92 -
System Red Green Blue C M Y K H S L
Decimal 140 8 218 0.36 0.96 0 0.15 277.71 0.93 0.44
Hex 8C 8 DA 24 60 0 F 116 5D 2C
Octal 214 10 332 44 140 0 17 426 135 54
Binary 10001100 1000 11011010 100100 1100000 0 1111 100010110 1011101 101100

Color Harmonies of #8C08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C08DA

Black with #8C08DA

Text Example


Text Example

White with #8C08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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