Html Css Color HEX #8C0AE0 Dark Violet

📋 copy color: '#8C0AE0'

red 140 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #8C0AE0

Tints of Dark Violet #8C0AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 37.43%
G = 2.67%
B = 59.89%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C0AE0 (or 0x8C0AE0) is known color: Dark Violet. HEX triplet: 8C, 0A and E0. RGB value is (140,10,224). Sum of RGB (Red+Green+Blue) = 140+10+224=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AE0 is #73F51F. Grayscale: #484848. Windows color (decimal): -7599392 or 14682764. OLE color: 14682764.

HSL color Cylindrical-coordinate representation of color #8C0AE0: hue angle of 276.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AE0 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 10 224 -
CMYK 0.38 0.96 0 0.12
HSL 276.45º 0.91% 0.46% -
HSV(B) 276.45º 0.96% 0.88% -
XYZ 24.38 11.17 71.39 -
YUV 73.27 213.07 175.6 -
System Red Green Blue C M Y K H S L
Decimal 140 10 224 0.38 0.96 0 0.12 276.45 0.91 0.46
Hex 8C A E0 26 60 0 C 114 5B 2E
Octal 214 12 340 46 140 0 14 424 133 56
Binary 10001100 1010 11100000 100110 1100000 0 1100 100010100 1011011 101110

Color Harmonies of #8C0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0AE0

Black with #8C0AE0

Text Example


Text Example

White with #8C0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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