Html Css Color HEX #9659B5 Deep Lilac

📋 copy color: '#9659B5'

red 150 ◦ green 89 ◦ blue 181

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

Shades of Deep Lilac #9659B5

Tints of Deep Lilac #9659B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.1%

R = 35.71%
G = 21.19%
B = 43.1%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9659B5 (or 0x9659B5) is known color: Deep Lilac. HEX triplet: 96, 59 and B5. RGB value is (150,89,181). Sum of RGB (Red+Green+Blue) = 150+89+181=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #9659B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659B5 is #69A64A. Grayscale: #757575. Windows color (decimal): -6923851 or 11884950. OLE color: 11884950.

HSL color Cylindrical-coordinate representation of color #9659B5: hue angle of 279.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9659B5 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 89 181 -
CMYK 0.17 0.51 0 0.29
HSL 279.78º 0.38% 0.53% -
HSV(B) 279.78º 0.51% 0.71% -
XYZ 24.49 16.96 45.7 -
YUV 117.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 150 89 181 0.17 0.51 0 0.29 279.78 0.38 0.53
Hex 96 59 B5 11 33 0 1D 118 26 35
Octal 226 131 265 21 63 0 35 430 46 65
Binary 10010110 1011001 10110101 10001 110011 0 11101 100011000 100110 110101

Color Harmonies of #9659B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659B5

Black with #9659B5

Text Example


Text Example

White with #9659B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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