Html Css Color HEX #8F0FAE Dark Violet

📋 copy color: '#8F0FAE'

red 143 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #8F0FAE

Tints of Dark Violet #8F0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 43.07%
G = 4.52%
B = 52.41%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F0FAE (or 0x8F0FAE) is known color: Dark Violet. HEX triplet: 8F, 0F and AE. RGB value is (143,15,174). Sum of RGB (Red+Green+Blue) = 143+15+174=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0FAE is #70F051. Grayscale: #464646. Windows color (decimal): -7401554 or 11407247. OLE color: 11407247.

HSL color Cylindrical-coordinate representation of color #8F0FAE: hue angle of 288.3º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0FAE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 15 174 -
CMYK 0.18 0.91 0 0.32
HSL 288.3º 0.84% 0.37% -
HSV(B) 288.3º 0.91% 0.68% -
XYZ 19.14 9.24 40.82 -
YUV 71.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 143 15 174 0.18 0.91 0 0.32 288.3 0.84 0.37
Hex 8F F AE 12 5B 0 20 120 54 25
Octal 217 17 256 22 133 0 40 440 124 45
Binary 10001111 1111 10101110 10010 1011011 0 100000 100100000 1010100 100101

Color Harmonies of #8F0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0FAE

Black with #8F0FAE

Text Example


Text Example

White with #8F0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,174); }

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

background-color css

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

 a { background-color: rgb(143,15,174); }

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

border-color css

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

 span { border-color: rgb(143,15,174); }

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