Html Css Color HEX #8F0AE0 Dark Violet

📋 copy color: '#8F0AE0'

red 143 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #8F0AE0

Tints of Dark Violet #8F0AE0

RGB

 RED value IS 143 (56.25% from 255) = 37.93%

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

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

R = 37.93%
G = 2.65%
B = 59.42%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F0AE0 (or 0x8F0AE0) is known color: Dark Violet. HEX triplet: 8F, 0A and E0. RGB value is (143,10,224). Sum of RGB (Red+Green+Blue) = 143+10+224=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0AE0 is #70F51F. Grayscale: #494949. Windows color (decimal): -7402784 or 14682767. OLE color: 14682767.

HSL color Cylindrical-coordinate representation of color #8F0AE0: hue angle of 277.29º 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 #8F0AE0 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 10 224 -
CMYK 0.36 0.96 0 0.12
HSL 277.29º 0.91% 0.46% -
HSV(B) 277.29º 0.96% 0.88% -
XYZ 24.89 11.44 71.42 -
YUV 74.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 143 10 224 0.36 0.96 0 0.12 277.29 0.91 0.46
Hex 8F A E0 24 60 0 C 115 5B 2E
Octal 217 12 340 44 140 0 14 425 133 56
Binary 10001111 1010 11100000 100100 1100000 0 1100 100010101 1011011 101110

Color Harmonies of #8F0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AE0

Black with #8F0AE0

Text Example


Text Example

White with #8F0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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