Html Css Color HEX #9659BA Deep Lilac

📋 copy color: '#9659BA'

red 150 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9659BA

Tints of Deep Lilac #9659BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 35.29%
G = 20.94%
B = 43.76%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9659BA (or 0x9659BA) is known color: Deep Lilac. HEX triplet: 96, 59 and BA. RGB value is (150,89,186). Sum of RGB (Red+Green+Blue) = 150+89+186=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9659BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BA is #69A645. Grayscale: #757575. Windows color (decimal): -6923846 or 12212630. OLE color: 12212630.

HSL color Cylindrical-coordinate representation of color #9659BA: hue angle of 277.73º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9659BA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 89 186 -
CMYK 0.19 0.52 0 0.27
HSL 277.73º 0.41% 0.54% -
HSV(B) 277.73º 0.52% 0.73% -
XYZ 25.01 17.17 48.45 -
YUV 118.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 150 89 186 0.19 0.52 0 0.27 277.73 0.41 0.54
Hex 96 59 BA 13 34 0 1B 116 29 36
Octal 226 131 272 23 64 0 33 426 51 66
Binary 10010110 1011001 10111010 10011 110100 0 11011 100010110 101001 110110

Color Harmonies of #9659BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659BA

Black with #9659BA

Text Example


Text Example

White with #9659BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9659BA; }

 p { color: rgb(150,89,186); }

 H1.HeaderClassName
 {
   color: #9659BA;
 }
 .AnyTagClassName
 {
   color: #9659BA;
 }
</style>

background-color css

<style>
 a { background-color: #9659BA; }

 a { background-color: rgb(150,89,186); }

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

border-color css

<style>
 span { border-color: #9659BA; }

 span { border-color: rgb(150,89,186); }

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