Html Css Color HEX #8F0ACC Dark Violet

📋 copy color: '#8F0ACC'

red 143 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #8F0ACC

Tints of Dark Violet #8F0ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 40.06%
G = 2.8%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F0ACC (or 0x8F0ACC) is known color: Dark Violet. HEX triplet: 8F, 0A and CC. RGB value is (143,10,204). Sum of RGB (Red+Green+Blue) = 143+10+204=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ACC is #70F533. Grayscale: #474747. Windows color (decimal): -7402804 or 13372047. OLE color: 13372047.

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

Color convert

RGB 143 10 204 -
CMYK 0.30 0.95 0 0.2
HSL 281.13º 0.91% 0.42% -
HSV(B) 281.13º 0.95% 0.8% -
XYZ 22.34 10.42 57.96 -
YUV 71.88 202.56 178.73 -
System Red Green Blue C M Y K H S L
Decimal 143 10 204 0.30 0.95 0 0.2 281.13 0.91 0.42
Hex 8F A CC 1E 5F 0 14 119 5B 2A
Octal 217 12 314 36 137 0 24 431 133 52
Binary 10001111 1010 11001100 11110 1011111 0 10100 100011001 1011011 101010

Color Harmonies of #8F0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ACC

Black with #8F0ACC

Text Example


Text Example

White with #8F0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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