Html Css Color HEX #55085D Hot Purple

📋 copy color: '#55085D'

red 85 ◦ green 8 ◦ blue 93

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

Shades of Hot Purple #55085D

Tints of Hot Purple #55085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 45.7%
G = 4.3%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55085D (or 0x55085D) is known color: Hot Purple. HEX triplet: 55, 08 and 5D. RGB value is (85,8,93). Sum of RGB (Red+Green+Blue) = 85+8+93=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #55085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55085D is #AAF7A2. Grayscale: #282828. Windows color (decimal): -11204515 or 6096981. OLE color: 6096981.

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

Color convert

RGB 85 8 93 -
CMYK 0.09 0.91 0 0.64
HSL 294.35º 0.84% 0.2% -
HSV(B) 294.35º 0.91% 0.36% -
XYZ 5.81 2.9 10.61 -
YUV 40.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 85 8 93 0.09 0.91 0 0.64 294.35 0.84 0.2
Hex 55 8 5D 9 5B 0 40 126 54 14
Octal 125 10 135 11 133 0 100 446 124 24
Binary 1010101 1000 1011101 1001 1011011 0 1000000 100100110 1010100 10100

Color Harmonies of #55085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55085D

Black with #55085D

Text Example


Text Example

White with #55085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55085D;
 }
 .AnyTagClassName
 {
   color: #55085D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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