Html Css Color HEX #9650A7 Deep Lilac

📋 copy color: '#9650A7'

red 150 ◦ green 80 ◦ blue 167

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

Shades of Deep Lilac #9650A7

Tints of Deep Lilac #9650A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.07%

R = 37.78%
G = 20.15%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9650A7 (or 0x9650A7) is known color: Deep Lilac. HEX triplet: 96, 50 and A7. RGB value is (150,80,167). Sum of RGB (Red+Green+Blue) = 150+80+167=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #9650A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9650A7 is #69AF58. Grayscale: #6E6E6E. Windows color (decimal): -6926169 or 10965142. OLE color: 10965142.

HSL color Cylindrical-coordinate representation of color #9650A7: hue angle of 288.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9650A7 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 80 167 -
CMYK 0.10 0.52 0 0.35
HSL 288.28º 0.35% 0.48% -
HSV(B) 288.28º 0.52% 0.65% -
XYZ 22.42 15.01 38.27 -
YUV 110.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 150 80 167 0.10 0.52 0 0.35 288.28 0.35 0.48
Hex 96 50 A7 A 34 0 23 120 23 30
Octal 226 120 247 12 64 0 43 440 43 60
Binary 10010110 1010000 10100111 1010 110100 0 100011 100100000 100011 110000

Color Harmonies of #9650A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650A7

Black with #9650A7

Text Example


Text Example

White with #9650A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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