Html Css Color HEX #8C04AE Dark Violet

📋 copy color: '#8C04AE'

red 140 ◦ green 4 ◦ blue 174

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

Shades of Dark Violet #8C04AE

Tints of Dark Violet #8C04AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 44.03%
G = 1.26%
B = 54.72%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C04AE (or 0x8C04AE) is known color: Dark Violet. HEX triplet: 8C, 04 and AE. RGB value is (140,4,174). Sum of RGB (Red+Green+Blue) = 140+4+174=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C04AE is #73FB51. Grayscale: #3F3F3F. Windows color (decimal): -7600978 or 11404428. OLE color: 11404428.

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

Color convert

RGB 140 4 174 -
CMYK 0.20 0.98 0 0.32
HSL 288º 0.96% 0.35% -
HSV(B) 288º 0.98% 0.68% -
XYZ 18.5 8.72 40.75 -
YUV 64.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 140 4 174 0.20 0.98 0 0.32 288 0.96 0.35
Hex 8C 4 AE 14 62 0 20 120 60 23
Octal 214 4 256 24 142 0 40 440 140 43
Binary 10001100 100 10101110 10100 1100010 0 100000 100100000 1100000 100011

Color Harmonies of #8C04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C04AE

Black with #8C04AE

Text Example


Text Example

White with #8C04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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