Html Css Color HEX #55095B Hot Purple

📋 copy color: '#55095B'

red 85 ◦ green 9 ◦ blue 91

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

Shades of Hot Purple #55095B

Tints of Hot Purple #55095B

RGB

 RED value IS 85 (33.59% from 255) = 45.95%

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 91 (35.94% from 255) = 49.19%

R = 45.95%
G = 4.86%
B = 49.19%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55095B (or 0x55095B) is known color: Hot Purple. HEX triplet: 55, 09 and 5B. RGB value is (85,9,91). Sum of RGB (Red+Green+Blue) = 85+9+91=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #55095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55095B is #AAF6A4. Grayscale: #282828. Windows color (decimal): -11204261 or 5966165. OLE color: 5966165.

HSL color Cylindrical-coordinate representation of color #55095B: hue angle of 295.61º 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 #55095B is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 9 91 -
CMYK 0.07 0.90 0 0.64
HSL 295.61º 0.82% 0.2% -
HSV(B) 295.61º 0.9% 0.36% -
XYZ 5.73 2.88 10.15 -
YUV 41.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 85 9 91 0.07 0.90 0 0.64 295.61 0.82 0.2
Hex 55 9 5B 7 5A 0 40 128 52 14
Octal 125 11 133 7 132 0 100 450 122 24
Binary 1010101 1001 1011011 111 1011010 0 1000000 100101000 1010010 10100

Color Harmonies of #55095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55095B

Black with #55095B

Text Example


Text Example

White with #55095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55095B;
 }
 .AnyTagClassName
 {
   color: #55095B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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