Html Css Color HEX #9950B6 Deep Lilac

📋 copy color: '#9950B6'

red 153 ◦ green 80 ◦ blue 182

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

Shades of Deep Lilac #9950B6

Tints of Deep Lilac #9950B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 36.87%
G = 19.28%
B = 43.86%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9950B6 (or 0x9950B6) is known color: Deep Lilac. HEX triplet: 99, 50 and B6. RGB value is (153,80,182). Sum of RGB (Red+Green+Blue) = 153+80+182=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #9950B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950B6 is #66AF49. Grayscale: #717171. Windows color (decimal): -6729546 or 11948185. OLE color: 11948185.

HSL color Cylindrical-coordinate representation of color #9950B6: hue angle of 282.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9950B6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 80 182 -
CMYK 0.16 0.56 0 0.29
HSL 282.94º 0.41% 0.51% -
HSV(B) 282.94º 0.56% 0.71% -
XYZ 24.45 15.89 46.03 -
YUV 113.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 153 80 182 0.16 0.56 0 0.29 282.94 0.41 0.51
Hex 99 50 B6 10 38 0 1D 11B 29 33
Octal 231 120 266 20 70 0 35 433 51 63
Binary 10011001 1010000 10110110 10000 111000 0 11101 100011011 101001 110011

Color Harmonies of #9950B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950B6

Black with #9950B6

Text Example


Text Example

White with #9950B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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