Html Css Color HEX #55095D Hot Purple

📋 copy color: '#55095D'

red 85 ◦ green 9 ◦ blue 93

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

Shades of Hot Purple #55095D

Tints of Hot Purple #55095D

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

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 85 9 93 -
CMYK 0.09 0.90 0 0.64
HSL 294.29º 0.82% 0.2% -
HSV(B) 294.29º 0.9% 0.36% -
XYZ 5.82 2.92 10.61 -
YUV 41.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 85 9 93 0.09 0.90 0 0.64 294.29 0.82 0.2
Hex 55 9 5D 9 5A 0 40 126 52 14
Octal 125 11 135 11 132 0 100 446 122 24
Binary 1010101 1001 1011101 1001 1011010 0 1000000 100100110 1010010 10100

Color Harmonies of #55095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55095D

Black with #55095D

Text Example


Text Example

White with #55095D

Text Example


Text Example

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