Html Css Color HEX #9950BB Deep Lilac

📋 copy color: '#9950BB'

red 153 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #9950BB

Tints of Deep Lilac #9950BB

RGB

 RED value IS 153 (60.16% from 255) = 36.43%

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 36.43%
G = 19.05%
B = 44.52%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9950BB (or 0x9950BB) is known color: Deep Lilac. HEX triplet: 99, 50 and BB. RGB value is (153,80,187). Sum of RGB (Red+Green+Blue) = 153+80+187=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #9950BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BB is #66AF44. Grayscale: #717171. Windows color (decimal): -6729541 or 12275865. OLE color: 12275865.

HSL color Cylindrical-coordinate representation of color #9950BB: hue angle of 280.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9950BB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 80 187 -
CMYK 0.18 0.57 0 0.27
HSL 280.93º 0.44% 0.52% -
HSV(B) 280.93º 0.57% 0.73% -
XYZ 24.98 16.1 48.8 -
YUV 114.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 153 80 187 0.18 0.57 0 0.27 280.93 0.44 0.52
Hex 99 50 BB 12 39 0 1B 119 2C 34
Octal 231 120 273 22 71 0 33 431 54 64
Binary 10011001 1010000 10111011 10010 111001 0 11011 100011001 101100 110100

Color Harmonies of #9950BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950BB

Black with #9950BB

Text Example


Text Example

White with #9950BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9950BB; }

 p { color: rgb(153,80,187); }

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

background-color css

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

 a { background-color: rgb(153,80,187); }

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

border-color css

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

 span { border-color: rgb(153,80,187); }

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