Html Css Color HEX #9650AB Deep Lilac

📋 copy color: '#9650AB'

red 150 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9650AB

Tints of Deep Lilac #9650AB

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 37.41%
G = 19.95%
B = 42.64%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9650AB (or 0x9650AB) is known color: Deep Lilac. HEX triplet: 96, 50 and AB. RGB value is (150,80,171). Sum of RGB (Red+Green+Blue) = 150+80+171=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9650AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9650AB is #69AF54. Grayscale: #6F6F6F. Windows color (decimal): -6926165 or 11227286. OLE color: 11227286.

HSL color Cylindrical-coordinate representation of color #9650AB: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9650AB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 80 171 -
CMYK 0.12 0.53 0 0.33
HSL 286.15º 0.36% 0.49% -
HSV(B) 286.15º 0.53% 0.67% -
XYZ 22.8 15.16 40.25 -
YUV 111.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 150 80 171 0.12 0.53 0 0.33 286.15 0.36 0.49
Hex 96 50 AB C 35 0 21 11E 24 31
Octal 226 120 253 14 65 0 41 436 44 61
Binary 10010110 1010000 10101011 1100 110101 0 100001 100011110 100100 110001

Color Harmonies of #9650AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650AB

Black with #9650AB

Text Example


Text Example

White with #9650AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9650AB; }

 p { color: rgb(150,80,171); }

 H1.HeaderClassName
 {
   color: #9650AB;
 }
 .AnyTagClassName
 {
   color: #9650AB;
 }
</style>

background-color css

<style>
 a { background-color: #9650AB; }

 a { background-color: rgb(150,80,171); }

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

border-color css

<style>
 span { border-color: #9650AB; }

 span { border-color: rgb(150,80,171); }

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