Html Css Color HEX #8C0CAE Dark Violet

📋 copy color: '#8C0CAE'

red 140 ◦ green 12 ◦ blue 174

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

Shades of Dark Violet #8C0CAE

Tints of Dark Violet #8C0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 42.94%
G = 3.68%
B = 53.37%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C0CAE (or 0x8C0CAE) is known color: Dark Violet. HEX triplet: 8C, 0C and AE. RGB value is (140,12,174). Sum of RGB (Red+Green+Blue) = 140+12+174=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0CAE is #73F351. Grayscale: #444444. Windows color (decimal): -7598930 or 11406476. OLE color: 11406476.

HSL color Cylindrical-coordinate representation of color #8C0CAE: hue angle of 287.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0CAE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 12 174 -
CMYK 0.20 0.93 0 0.32
HSL 287.41º 0.87% 0.36% -
HSV(B) 287.41º 0.93% 0.68% -
XYZ 18.59 8.89 40.78 -
YUV 68.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 140 12 174 0.20 0.93 0 0.32 287.41 0.87 0.36
Hex 8C C AE 14 5D 0 20 11F 57 24
Octal 214 14 256 24 135 0 40 437 127 44
Binary 10001100 1100 10101110 10100 1011101 0 100000 100011111 1010111 100100

Color Harmonies of #8C0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CAE

Black with #8C0CAE

Text Example


Text Example

White with #8C0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,174); }

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

background-color css

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

 a { background-color: rgb(140,12,174); }

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

border-color css

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

 span { border-color: rgb(140,12,174); }

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