Html Css Color HEX #8C0EE6 Dark Violet

📋 copy color: '#8C0EE6'

red 140 ◦ green 14 ◦ blue 230

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

Shades of Dark Violet #8C0EE6

Tints of Dark Violet #8C0EE6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.65%

 BLUE value IS 230 (90.23% from 255) = 59.9%

R = 36.46%
G = 3.65%
B = 59.9%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C0EE6 (or 0x8C0EE6) is known color: Dark Violet. HEX triplet: 8C, 0E and E6. RGB value is (140,14,230). Sum of RGB (Red+Green+Blue) = 140+14+230=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C0EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EE6 is #73F119. Grayscale: #4B4B4B. Windows color (decimal): -7598362 or 15077004. OLE color: 15077004.

HSL color Cylindrical-coordinate representation of color #8C0EE6: hue angle of 275º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0EE6 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 14 230 -
CMYK 0.39 0.94 0 0.10
HSL 275º 0.89% 0.48% -
HSV(B) 275º 0.94% 0.9% -
XYZ 25.26 11.6 75.77 -
YUV 76.3 214.74 173.44 -
System Red Green Blue C M Y K H S L
Decimal 140 14 230 0.39 0.94 0 0.10 275 0.89 0.48
Hex 8C E E6 27 5E 0 A 113 59 30
Octal 214 16 346 47 136 0 12 423 131 60
Binary 10001100 1110 11100110 100111 1011110 0 1010 100010011 1011001 110000

Color Harmonies of #8C0EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EE6

Black with #8C0EE6

Text Example


Text Example

White with #8C0EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,230); }

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

background-color css

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

 a { background-color: rgb(140,14,230); }

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

border-color css

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

 span { border-color: rgb(140,14,230); }

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