Html Css Color HEX #8F0DB0 Dark Violet

📋 copy color: '#8F0DB0'

red 143 ◦ green 13 ◦ blue 176

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

Shades of Dark Violet #8F0DB0

Tints of Dark Violet #8F0DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 53.01%

R = 43.07%
G = 3.92%
B = 53.01%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F0DB0 (or 0x8F0DB0) is known color: Dark Violet. HEX triplet: 8F, 0D and B0. RGB value is (143,13,176). Sum of RGB (Red+Green+Blue) = 143+13+176=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F0DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0DB0 is #70F24F. Grayscale: #454545. Windows color (decimal): -7402064 or 11537807. OLE color: 11537807.

HSL color Cylindrical-coordinate representation of color #8F0DB0: hue angle of 287.85º degrees, saturation: 0.86, 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 #8F0DB0 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 13 176 -
CMYK 0.19 0.93 0 0.31
HSL 287.85º 0.86% 0.37% -
HSV(B) 287.85º 0.93% 0.69% -
XYZ 19.31 9.26 41.84 -
YUV 70.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 143 13 176 0.19 0.93 0 0.31 287.85 0.86 0.37
Hex 8F D B0 13 5D 0 1F 120 56 25
Octal 217 15 260 23 135 0 37 440 126 45
Binary 10001111 1101 10110000 10011 1011101 0 11111 100100000 1010110 100101

Color Harmonies of #8F0DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DB0

Black with #8F0DB0

Text Example


Text Example

White with #8F0DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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