Html Css Color HEX #8F0CAF Dark Violet

📋 copy color: '#8F0CAF'

red 143 ◦ green 12 ◦ blue 175

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

Shades of Dark Violet #8F0CAF

Tints of Dark Violet #8F0CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 43.33%
G = 3.64%
B = 53.03%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F0CAF (or 0x8F0CAF) is known color: Dark Violet. HEX triplet: 8F, 0C and AF. RGB value is (143,12,175). Sum of RGB (Red+Green+Blue) = 143+12+175=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0CAF is #70F350. Grayscale: #454545. Windows color (decimal): -7402321 or 11472015. OLE color: 11472015.

HSL color Cylindrical-coordinate representation of color #8F0CAF: hue angle of 288.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0CAF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 12 175 -
CMYK 0.18 0.93 0 0.31
HSL 288.22º 0.87% 0.37% -
HSV(B) 288.22º 0.93% 0.69% -
XYZ 19.2 9.2 41.32 -
YUV 69.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 143 12 175 0.18 0.93 0 0.31 288.22 0.87 0.37
Hex 8F C AF 12 5D 0 1F 120 57 25
Octal 217 14 257 22 135 0 37 440 127 45
Binary 10001111 1100 10101111 10010 1011101 0 11111 100100000 1010111 100101

Color Harmonies of #8F0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CAF

Black with #8F0CAF

Text Example


Text Example

White with #8F0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,175); }

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

background-color css

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

 a { background-color: rgb(143,12,175); }

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

border-color css

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

 span { border-color: rgb(143,12,175); }

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