Html Css Color HEX #8F0ADF Dark Violet

📋 copy color: '#8F0ADF'

red 143 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #8F0ADF

Tints of Dark Violet #8F0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 38.03%
G = 2.66%
B = 59.31%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0ADF (or 0x8F0ADF) is known color: Dark Violet. HEX triplet: 8F, 0A and DF. RGB value is (143,10,223). Sum of RGB (Red+Green+Blue) = 143+10+223=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ADF is #70F520. Grayscale: #494949. Windows color (decimal): -7402785 or 14617231. OLE color: 14617231.

HSL color Cylindrical-coordinate representation of color #8F0ADF: hue angle of 277.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0ADF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 10 223 -
CMYK 0.36 0.96 0 0.13
HSL 277.46º 0.91% 0.46% -
HSV(B) 277.46º 0.96% 0.87% -
XYZ 24.76 11.38 70.7 -
YUV 74.05 212.06 177.18 -
System Red Green Blue C M Y K H S L
Decimal 143 10 223 0.36 0.96 0 0.13 277.46 0.91 0.46
Hex 8F A DF 24 60 0 D 115 5B 2E
Octal 217 12 337 44 140 0 15 425 133 56
Binary 10001111 1010 11011111 100100 1100000 0 1101 100010101 1011011 101110

Color Harmonies of #8F0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ADF

Black with #8F0ADF

Text Example


Text Example

White with #8F0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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