Html Css Color HEX #8C03AE Dark Violet

📋 copy color: '#8C03AE'

red 140 ◦ green 3 ◦ blue 174

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

Shades of Dark Violet #8C03AE

Tints of Dark Violet #8C03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 44.16%
G = 0.95%
B = 54.89%

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

#8C03AE (or 0x8C03AE) is known color: Dark Violet. HEX triplet: 8C, 03 and AE. RGB value is (140,3,174). Sum of RGB (Red+Green+Blue) = 140+3+174=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03AE is #73FC51. Grayscale: #3E3E3E. Windows color (decimal): -7601234 or 11404172. OLE color: 11404172.

HSL color Cylindrical-coordinate representation of color #8C03AE: hue angle of 288.07º degrees, saturation: 0.97, 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 #8C03AE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 3 174 -
CMYK 0.20 0.98 0 0.32
HSL 288.07º 0.97% 0.35% -
HSV(B) 288.07º 0.98% 0.68% -
XYZ 18.49 8.7 40.75 -
YUV 63.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 140 3 174 0.20 0.98 0 0.32 288.07 0.97 0.35
Hex 8C 3 AE 14 62 0 20 120 61 23
Octal 214 3 256 24 142 0 40 440 141 43
Binary 10001100 11 10101110 10100 1100010 0 100000 100100000 1100001 100011

Color Harmonies of #8C03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03AE

Black with #8C03AE

Text Example


Text Example

White with #8C03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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