Html Css Color HEX #9550B2 Deep Lilac

📋 copy color: '#9550B2'

red 149 ◦ green 80 ◦ blue 178

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

Shades of Deep Lilac #9550B2

Tints of Deep Lilac #9550B2

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 36.61%
G = 19.66%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9550B2 (or 0x9550B2) is known color: Deep Lilac. HEX triplet: 95, 50 and B2. RGB value is (149,80,178). Sum of RGB (Red+Green+Blue) = 149+80+178=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #9550B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9550B2 is #6AAF4D. Grayscale: #6F6F6F. Windows color (decimal): -6991694 or 11686037. OLE color: 11686037.

HSL color Cylindrical-coordinate representation of color #9550B2: hue angle of 282.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9550B2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 80 178 -
CMYK 0.16 0.55 0 0.30
HSL 282.24º 0.39% 0.51% -
HSV(B) 282.24º 0.55% 0.7% -
XYZ 23.3 15.34 43.85 -
YUV 111.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 149 80 178 0.16 0.55 0 0.30 282.24 0.39 0.51
Hex 95 50 B2 10 37 0 1E 11A 27 33
Octal 225 120 262 20 67 0 36 432 47 63
Binary 10010101 1010000 10110010 10000 110111 0 11110 100011010 100111 110011

Color Harmonies of #9550B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550B2

Black with #9550B2

Text Example


Text Example

White with #9550B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9550B2; }

 p { color: rgb(149,80,178); }

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

background-color css

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

 a { background-color: rgb(149,80,178); }

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

border-color css

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

 span { border-color: rgb(149,80,178); }

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