#850384

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

Shades of Purple #850384

Tints of Purple #850384

Color information

#850384 (or 0x850384) is unknown color: approx Purple. HEX triplet: 85, 03 and 84. RGB value is (133,3,132). Sum of RGB (Red+Green+Blue) = 133+3+132=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850384 is #7AFC7B. Grayscale: #383838. Windows color (decimal): -8060028 or 8651653. OLE color: 8651653.

HSL color Cylindrical-coordinate representation of color #850384: hue angle of 300.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850384 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB1333132-
CMYK00.980.010.48
HSL300.46º95.59%26.67%-
HSV(B)300.46º97.74%52.16%-
XYZ13.876.7222.4-
YUV56.58170.57182.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=49.63%
G=1.12%
B=49.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133313200.980.010.48300.4695.5926.67
Hex8538406213012c601b
Octal2053204014216045414033
Binary100001011110000100011000101110000100101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850384; }

 p { color: rgb(133,3,132); }

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

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

 a { background-color: rgb(133,3,132); }

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

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

 span { border-color: rgb(133,3,132); }

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