#850883

Color #850883 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #850883

Tints of Purple #850883

Color information

#850883 (or 0x850883) is unknown color: approx Purple. HEX triplet: 85, 08 and 83. RGB value is (133,8,131). Sum of RGB (Red+Green+Blue) = 133+8+131=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #850883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850883 is #7AF77C. Grayscale: #3B3B3B. Windows color (decimal): -8058749 or 8587397. OLE color: 8587397.

HSL color Cylindrical-coordinate representation of color #850883: hue angle of 300.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850883 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB1338131-
CMYK00.940.020.48
HSL300.96º88.65%27.65%-
HSV(B)300.96º93.98%52.16%-
XYZ13.866.822.05-
YUV59.4168.41180.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=48.90%
G=2.94%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133813100.940.020.48300.9688.6527.65
Hex8588305E23012d591c
Octal20510203013626045513134
Binary100001011000100000110101111010110000100101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850883; }

 p { color: rgb(133,8,131); }

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

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

 a { background-color: rgb(133,8,131); }

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

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

 span { border-color: rgb(133,8,131); }

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