#55095D

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

Shades of Hot Purple #55095D

Tints of Hot Purple #55095D

Color information

#55095D (or 0x55095D) is unknown color: approx Hot Purple. HEX triplet: 55, 09 and 5D. RGB value is (85,9,93). Sum of RGB (Red+Green+Blue) = 85+9+93=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #55095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55095D is #AAF6A2. Grayscale: #292929. Windows color (decimal): -11204259 or 6097237. OLE color: 6097237.

HSL color Cylindrical-coordinate representation of color #55095D: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55095D is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85993-
CMYK0.090.9000.64
HSL294.29º82.35%20%-
HSV(B)294.29º90.32%36.47%-
XYZ5.822.9210.61-
YUV41.3157.18159.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=45.45%
G=4.81%
B=49.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859930.090.9000.64294.2982.3520
Hex5595D95A0401265214
Octal1251113511132010044612224
Binary1010101100110111011001101101001000000100100110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55095D; }

 p { color: rgb(85,9,93); }

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

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

 a { background-color: rgb(85,9,93); }

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

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

 span { border-color: rgb(85,9,93); }

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