Html Css Color HEX #9550B3 Deep Lilac

📋 copy color: '#9550B3'

red 149 ◦ green 80 ◦ blue 179

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

Shades of Deep Lilac #9550B3

Tints of Deep Lilac #9550B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 36.52%
G = 19.61%
B = 43.87%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9550B3 (or 0x9550B3) is known color: Deep Lilac. HEX triplet: 95, 50 and B3. RGB value is (149,80,179). Sum of RGB (Red+Green+Blue) = 149+80+179=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #9550B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550B3 is #6AAF4C. Grayscale: #6F6F6F. Windows color (decimal): -6991693 or 11751573. OLE color: 11751573.

HSL color Cylindrical-coordinate representation of color #9550B3: hue angle of 281.82º 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 #9550B3 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 80 179 -
CMYK 0.17 0.55 0 0.30
HSL 281.82º 0.39% 0.51% -
HSV(B) 281.82º 0.55% 0.7% -
XYZ 23.4 15.38 44.38 -
YUV 111.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 149 80 179 0.17 0.55 0 0.30 281.82 0.39 0.51
Hex 95 50 B3 11 37 0 1E 11A 27 33
Octal 225 120 263 21 67 0 36 432 47 63
Binary 10010101 1010000 10110011 10001 110111 0 11110 100011010 100111 110011

Color Harmonies of #9550B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550B3

Black with #9550B3

Text Example


Text Example

White with #9550B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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