#850983

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

Shades of Purple #850983

Tints of Purple #850983

Color information

#850983 (or 0x850983) is unknown color: approx Purple. HEX triplet: 85, 09 and 83. RGB value is (133,9,131). Sum of RGB (Red+Green+Blue) = 133+9+131=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #850983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850983 is #7AF67C. Grayscale: #3B3B3B. Windows color (decimal): -8058493 or 8587653. OLE color: 8587653.

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

Color convert

RGB1339131-
CMYK00.930.020.48
HSL300.97º87.32%27.84%-
HSV(B)300.97º93.23%52.16%-
XYZ13.876.8222.06-
YUV59.98168.08180.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=48.72%
G=3.30%
B=47.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133913100.930.020.48300.9787.3227.84
Hex8598305D23012d571c
Octal20511203013526045512734
Binary100001011001100000110101110110110000100101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850983; }

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

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

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

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

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

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

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

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