#55095E

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

Shades of Hot Purple #55095E

Tints of Hot Purple #55095E

Color information

#55095E (or 0x55095E) is unknown color: approx Hot Purple. HEX triplet: 55, 09 and 5E. RGB value is (85,9,94). Sum of RGB (Red+Green+Blue) = 85+9+94=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #55095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55095E is #AAF6A1. Grayscale: #292929. Windows color (decimal): -11204258 or 6162773. OLE color: 6162773.

HSL color Cylindrical-coordinate representation of color #55095E: hue angle of 293.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55095E is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85994-
CMYK0.100.9000.63
HSL293.65º82.52%20.2%-
HSV(B)293.65º90.43%36.86%-
XYZ5.862.9310.85-
YUV41.41157.68159.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 94 (37.11% from 255) = 50%
R=45.21%
G=4.79%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859940.100.9000.63293.6582.5220.2
Hex5595EA5A03F1265314
Octal125111361213207744612324
Binary101010110011011110101010110100111111100100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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