#8F0BDD

Color #8F0BDD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8F0BDD

Tints of Dark Violet #8F0BDD

Color information

#8F0BDD (or 0x8F0BDD) is unknown color: approx Dark Violet. HEX triplet: 8F, 0B and DD. RGB value is (143,11,221). Sum of RGB (Red+Green+Blue) = 143+11+221=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BDD is #70F422. Grayscale: #494949. Windows color (decimal): -7402531 or 14486415. OLE color: 14486415.

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

Color convert

RGB14311221-
CMYK0.350.9500.13
HSL277.71º90.52%45.49%-
HSV(B)277.71º95.02%86.67%-
XYZ24.511.369.3-
YUV74.41210.73176.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=38.13%
G=2.93%
B=58.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143112210.350.9500.13277.7190.5245.49
Hex8FBDD235F0D1165b2d
Octal217133354313701542613355
Binary100011111011110111011000111011111011011000101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,11,221); }

 H1.HeaderClassName
 {
   color: #8F0BDD;
 }
 .AnyTagClassName
 {
   color: #8F0BDD;
 }
</style>
background-color css

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

 a { background-color: rgb(143,11,221); }

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

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

 span { border-color: rgb(143,11,221); }

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