Html Css Color HEX #8F0ACE Dark Violet

📋 copy color: '#8F0ACE'

red 143 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #8F0ACE

Tints of Dark Violet #8F0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 39.83%
G = 2.79%
B = 57.38%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F0ACE (or 0x8F0ACE) is known color: Dark Violet. HEX triplet: 8F, 0A and CE. RGB value is (143,10,206). Sum of RGB (Red+Green+Blue) = 143+10+206=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ACE is #70F531. Grayscale: #474747. Windows color (decimal): -7402802 or 13503119. OLE color: 13503119.

HSL color Cylindrical-coordinate representation of color #8F0ACE: hue angle of 280.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0ACE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 10 206 -
CMYK 0.31 0.95 0 0.19
HSL 280.71º 0.91% 0.42% -
HSV(B) 280.71º 0.95% 0.81% -
XYZ 22.58 10.51 59.23 -
YUV 72.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 143 10 206 0.31 0.95 0 0.19 280.71 0.91 0.42
Hex 8F A CE 1F 5F 0 13 119 5B 2A
Octal 217 12 316 37 137 0 23 431 133 52
Binary 10001111 1010 11001110 11111 1011111 0 10011 100011001 1011011 101010

Color Harmonies of #8F0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ACE

Black with #8F0ACE

Text Example


Text Example

White with #8F0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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