Html Css Color HEX #9950BD Deep Lilac

📋 copy color: '#9950BD'

red 153 ◦ green 80 ◦ blue 189

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

Shades of Deep Lilac #9950BD

Tints of Deep Lilac #9950BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 36.26%
G = 18.96%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9950BD (or 0x9950BD) is known color: Deep Lilac. HEX triplet: 99, 50 and BD. RGB value is (153,80,189). Sum of RGB (Red+Green+Blue) = 153+80+189=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BD is #66AF42. Grayscale: #717171. Windows color (decimal): -6729539 or 12406937. OLE color: 12406937.

HSL color Cylindrical-coordinate representation of color #9950BD: hue angle of 280.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9950BD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 80 189 -
CMYK 0.19 0.58 0 0.26
HSL 280.18º 0.45% 0.53% -
HSV(B) 280.18º 0.58% 0.74% -
XYZ 25.19 16.18 49.94 -
YUV 114.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 153 80 189 0.19 0.58 0 0.26 280.18 0.45 0.53
Hex 99 50 BD 13 3A 0 1A 118 2D 35
Octal 231 120 275 23 72 0 32 430 55 65
Binary 10011001 1010000 10111101 10011 111010 0 11010 100011000 101101 110101

Color Harmonies of #9950BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950BD

Black with #9950BD

Text Example


Text Example

White with #9950BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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