#850FB7

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

Shades of Dark Violet #850FB7

Tints of Dark Violet #850FB7

Color information

#850FB7 (or 0x850FB7) is unknown color: approx Dark Violet. HEX triplet: 85, 0F and B7. RGB value is (133,15,183). Sum of RGB (Red+Green+Blue) = 133+15+183=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #850FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FB7 is #7AF048. Grayscale: #444444. Windows color (decimal): -8056905 or 11997061. OLE color: 11997061.

HSL color Cylindrical-coordinate representation of color #850FB7: hue angle of 282.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850FB7 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13315183-
CMYK0.270.9200.28
HSL282.14º84.85%38.82%-
HSV(B)282.14º91.8%71.76%-
XYZ18.398.7545.52-
YUV69.43192.09173.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 183 (71.88% from 255) = 55.29%
R=40.18%
G=4.53%
B=55.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133151830.270.9200.28282.1484.8538.82
Hex85FB71B5C01C11a5527
Octal205172673313403443212547
Binary100001011111101101111101110111000111001000110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850FB7; }

 p { color: rgb(133,15,183); }

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

<style>
 a { background-color: #850FB7; }

 a { background-color: rgb(133,15,183); }

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

<style>
 span { border-color: #850FB7; }

 span { border-color: rgb(133,15,183); }

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