#852366

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

Shades of Dark Purple #852366

Tints of Dark Purple #852366

Color information

#852366 (or 0x852366) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 66. RGB value is (133,35,102). Sum of RGB (Red+Green+Blue) = 133+35+102=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852366 is #7ADC99. Grayscale: #474747. Windows color (decimal): -8051866 or 6693765. OLE color: 6693765.

HSL color Cylindrical-coordinate representation of color #852366: hue angle of 318.98º 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 #852366 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13335102-
CMYK00.740.230.48
HSL318.98º58.33%32.94%-
HSV(B)318.98º73.68%52.16%-
XYZ12.677.1513.28-
YUV71.94144.97171.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=49.26%
G=12.96%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333510200.740.230.48318.9858.3332.94
Hex85236604A173013f3a21
Octal20543146011227604777241
Binary1000010110001111001100100101010111110000100111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852366; }

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

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

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

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

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

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

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

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