#850AB6

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

Shades of Dark Violet #850AB6

Tints of Dark Violet #850AB6

Color information

#850AB6 (or 0x850AB6) is unknown color: approx Dark Violet. HEX triplet: 85, 0A and B6. RGB value is (133,10,182). Sum of RGB (Red+Green+Blue) = 133+10+182=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #850AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AB6 is #7AF549. Grayscale: #414141. Windows color (decimal): -8058186 or 11930245. OLE color: 11930245.

HSL color Cylindrical-coordinate representation of color #850AB6: hue angle of 282.91º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850AB6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13310182-
CMYK0.270.9500.29
HSL282.91º89.58%37.65%-
HSV(B)282.91º94.51%71.37%-
XYZ18.228.5844.95-
YUV66.38193.25175.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 182 (71.48% from 255) = 56%
R=40.92%
G=3.08%
B=56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133101820.270.9500.29282.9189.5837.65
Hex85AB61B5F01D11b5a26
Octal205122663313703543313246
Binary100001011010101101101101110111110111011000110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,10,182); }

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

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

 a { background-color: rgb(133,10,182); }

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

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

 span { border-color: rgb(133,10,182); }

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