Html Css Color HEX #55095E Hot Purple

📋 copy color: '#55095E'

red 85 ◦ green 9 ◦ blue 94

#55095E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #55095E

Tints of Hot Purple #55095E

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 value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55095E (or 0x55095E) is known color: 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

RGB 85 9 94 -
CMYK 0.10 0.90 0 0.63
HSL 293.65º 0.83% 0.2% -
HSV(B) 293.65º 0.9% 0.37% -
XYZ 5.86 2.93 10.85 -
YUV 41.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 85 9 94 0.10 0.90 0 0.63 293.65 0.83 0.2
Hex 55 9 5E A 5A 0 3F 126 53 14
Octal 125 11 136 12 132 0 77 446 123 24
Binary 1010101 1001 1011110 1010 1011010 0 111111 100100110 1010011 10100

Color Harmonies of #55095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55095E

Black with #55095E

Text Example


Text Example

White with #55095E

Text Example


Text Example

HTML Codes & Css Web 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>