Html Css Color HEX #9550BE Deep Lilac

📋 copy color: '#9550BE'

red 149 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #9550BE

Tints of Deep Lilac #9550BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 35.56%
G = 19.09%
B = 45.35%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9550BE (or 0x9550BE) is known color: Deep Lilac. HEX triplet: 95, 50 and BE. RGB value is (149,80,190). Sum of RGB (Red+Green+Blue) = 149+80+190=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9550BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550BE is #6AAF41. Grayscale: #707070. Windows color (decimal): -6991682 or 12472469. OLE color: 12472469.

HSL color Cylindrical-coordinate representation of color #9550BE: hue angle of 277.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9550BE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 80 190 -
CMYK 0.22 0.58 0 0.25
HSL 277.64º 0.46% 0.53% -
HSV(B) 277.64º 0.58% 0.75% -
XYZ 24.56 15.84 50.48 -
YUV 113.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 149 80 190 0.22 0.58 0 0.25 277.64 0.46 0.53
Hex 95 50 BE 16 3A 0 19 116 2E 35
Octal 225 120 276 26 72 0 31 426 56 65
Binary 10010101 1010000 10111110 10110 111010 0 11001 100010110 101110 110101

Color Harmonies of #9550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550BE

Black with #9550BE

Text Example


Text Example

White with #9550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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