#853481

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

Shades of Dark Purple #853481

Tints of Dark Purple #853481

Color information

#853481 (or 0x853481) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 81. RGB value is (133,52,129). Sum of RGB (Red+Green+Blue) = 133+52+129=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #853481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853481 is #7ACB7E. Grayscale: #545454. Windows color (decimal): -8047487 or 8467589. OLE color: 8467589.

HSL color Cylindrical-coordinate representation of color #853481: hue angle of 302.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853481 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13352129-
CMYK00.610.030.48
HSL302.96º43.78%36.27%-
HSV(B)302.96º60.9%52.16%-
XYZ14.869.0321.73-
YUV85152.84162.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=42.36%
G=16.56%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212900.610.030.48302.9643.7836.27
Hex85348103D33012f2c24
Octal205642010753604575444
Binary1000010111010010000001011110111110000100101111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853481; }

 p { color: rgb(133,52,129); }

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

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

 a { background-color: rgb(133,52,129); }

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

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

 span { border-color: rgb(133,52,129); }

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