Html Css Color HEX #9659BF Deep Lilac

📋 copy color: '#9659BF'

red 150 ◦ green 89 ◦ blue 191

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

Shades of Deep Lilac #9659BF

Tints of Deep Lilac #9659BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.42%

R = 34.88%
G = 20.7%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9659BF (or 0x9659BF) is known color: Deep Lilac. HEX triplet: 96, 59 and BF. RGB value is (150,89,191). Sum of RGB (Red+Green+Blue) = 150+89+191=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #9659BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BF is #69A640. Grayscale: #767676. Windows color (decimal): -6923841 or 12540310. OLE color: 12540310.

HSL color Cylindrical-coordinate representation of color #9659BF: hue angle of 275.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9659BF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 89 191 -
CMYK 0.21 0.53 0 0.25
HSL 275.88º 0.44% 0.55% -
HSV(B) 275.88º 0.53% 0.75% -
XYZ 25.55 17.39 51.3 -
YUV 118.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 150 89 191 0.21 0.53 0 0.25 275.88 0.44 0.55
Hex 96 59 BF 15 35 0 19 114 2C 37
Octal 226 131 277 25 65 0 31 424 54 67
Binary 10010110 1011001 10111111 10101 110101 0 11001 100010100 101100 110111

Color Harmonies of #9659BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659BF

Black with #9659BF

Text Example


Text Example

White with #9659BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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