#852383

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

Shades of Dark Purple #852383

Tints of Dark Purple #852383

Color information

#852383 (or 0x852383) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 83. RGB value is (133,35,131). Sum of RGB (Red+Green+Blue) = 133+35+131=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852383 is #7ADC7C. Grayscale: #4A4A4A. Windows color (decimal): -8051837 or 8594309. OLE color: 8594309.

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

Color convert

RGB13335131-
CMYK00.740.020.48
HSL301.22º58.33%32.94%-
HSV(B)301.22º73.68%52.16%-
XYZ14.377.8322.23-
YUV75.25159.47169.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=44.48%
G=11.71%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333513100.740.020.48301.2258.3332.94
Hex85238304A23012d3a21
Octal2054320301122604557241
Binary10000101100011100000110100101010110000100101101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852383; }

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

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

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

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

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

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

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

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