Html Css Color HEX #550956 Hot Purple

📋 copy color: '#550956'

red 85 ◦ green 9 ◦ blue 86

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

Shades of Hot Purple #550956

Tints of Hot Purple #550956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.78%

R = 47.22%
G = 5%
B = 47.78%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550956 (or 0x550956) is known color: Hot Purple. HEX triplet: 55, 09 and 56. RGB value is (85,9,86). Sum of RGB (Red+Green+Blue) = 85+9+86=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #550956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550956 is #AAF6A9. Grayscale: #282828. Windows color (decimal): -11204266 or 5638485. OLE color: 5638485.

HSL color Cylindrical-coordinate representation of color #550956: hue angle of 299.22º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550956 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 9 86 -
CMYK 0.01 0.90 0 0.66
HSL 299.22º 0.81% 0.19% -
HSV(B) 299.22º 0.9% 0.34% -
XYZ 5.52 2.8 9.05 -
YUV 40.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 85 9 86 0.01 0.90 0 0.66 299.22 0.81 0.19
Hex 55 9 56 1 5A 0 42 12B 51 13
Octal 125 11 126 1 132 0 102 453 121 23
Binary 1010101 1001 1010110 1 1011010 0 1000010 100101011 1010001 10011

Color Harmonies of #550956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550956

Black with #550956

Text Example


Text Example

White with #550956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550956; }

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

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

background-color css

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

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

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

border-color css

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

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

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