Html Css Color HEX #8F0DBF Dark Violet

📋 copy color: '#8F0DBF'

red 143 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #8F0DBF

Tints of Dark Violet #8F0DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 191 (75% from 255) = 55.04%

R = 41.21%
G = 3.75%
B = 55.04%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F0DBF (or 0x8F0DBF) is known color: Dark Violet. HEX triplet: 8F, 0D and BF. RGB value is (143,13,191). Sum of RGB (Red+Green+Blue) = 143+13+191=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F0DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DBF is #70F240. Grayscale: #474747. Windows color (decimal): -7402049 or 12520847. OLE color: 12520847.

HSL color Cylindrical-coordinate representation of color #8F0DBF: hue angle of 283.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0DBF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 13 191 -
CMYK 0.25 0.93 0 0.25
HSL 283.82º 0.87% 0.4% -
HSV(B) 283.82º 0.93% 0.75% -
XYZ 20.88 9.89 50.1 -
YUV 72.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 143 13 191 0.25 0.93 0 0.25 283.82 0.87 0.4
Hex 8F D BF 19 5D 0 19 11C 57 28
Octal 217 15 277 31 135 0 31 434 127 50
Binary 10001111 1101 10111111 11001 1011101 0 11001 100011100 1010111 101000

Color Harmonies of #8F0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DBF

Black with #8F0DBF

Text Example


Text Example

White with #8F0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,191); }

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

background-color css

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

 a { background-color: rgb(143,13,191); }

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

border-color css

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

 span { border-color: rgb(143,13,191); }

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