Html Css Color HEX #9659BE Deep Lilac

📋 copy color: '#9659BE'

red 150 ◦ green 89 ◦ blue 190

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

Shades of Deep Lilac #9659BE

Tints of Deep Lilac #9659BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 34.97%
G = 20.75%
B = 44.29%

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

#9659BE (or 0x9659BE) is known color: Deep Lilac. HEX triplet: 96, 59 and BE. RGB value is (150,89,190). Sum of RGB (Red+Green+Blue) = 150+89+190=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #9659BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BE is #69A641. Grayscale: #767676. Windows color (decimal): -6923842 or 12474774. OLE color: 12474774.

HSL color Cylindrical-coordinate representation of color #9659BE: hue angle of 276.24º 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 #9659BE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 89 190 -
CMYK 0.21 0.53 0 0.25
HSL 276.24º 0.44% 0.55% -
HSV(B) 276.24º 0.53% 0.75% -
XYZ 25.44 17.35 50.72 -
YUV 118.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 150 89 190 0.21 0.53 0 0.25 276.24 0.44 0.55
Hex 96 59 BE 15 35 0 19 114 2C 37
Octal 226 131 276 25 65 0 31 424 54 67
Binary 10010110 1011001 10111110 10101 110101 0 11001 100010100 101100 110111

Color Harmonies of #9659BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659BE

Black with #9659BE

Text Example


Text Example

White with #9659BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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