Html Css Color HEX #8C0AAE Dark Violet

📋 copy color: '#8C0AAE'

red 140 ◦ green 10 ◦ blue 174

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

Shades of Dark Violet #8C0AAE

Tints of Dark Violet #8C0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

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

R = 43.21%
G = 3.09%
B = 53.7%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C0AAE (or 0x8C0AAE) is known color: Dark Violet. HEX triplet: 8C, 0A and AE. RGB value is (140,10,174). Sum of RGB (Red+Green+Blue) = 140+10+174=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0AAE is #73F551. Grayscale: #434343. Windows color (decimal): -7599442 or 11405964. OLE color: 11405964.

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

Color convert

RGB 140 10 174 -
CMYK 0.20 0.94 0 0.32
HSL 287.56º 0.89% 0.36% -
HSV(B) 287.56º 0.94% 0.68% -
XYZ 18.56 8.85 40.77 -
YUV 67.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 140 10 174 0.20 0.94 0 0.32 287.56 0.89 0.36
Hex 8C A AE 14 5E 0 20 120 59 24
Octal 214 12 256 24 136 0 40 440 131 44
Binary 10001100 1010 10101110 10100 1011110 0 100000 100100000 1011001 100100

Color Harmonies of #8C0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0AAE

Black with #8C0AAE

Text Example


Text Example

White with #8C0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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