Html Css Color HEX #9656BE Deep Lilac

📋 copy color: '#9656BE'

red 150 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #9656BE

Tints of Deep Lilac #9656BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

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

R = 35.21%
G = 20.19%
B = 44.6%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9656BE (or 0x9656BE) is known color: Deep Lilac. HEX triplet: 96, 56 and BE. RGB value is (150,86,190). Sum of RGB (Red+Green+Blue) = 150+86+190=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9656BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656BE is #69A941. Grayscale: #747474. Windows color (decimal): -6924610 or 12474006. OLE color: 12474006.

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

Color convert

RGB 150 86 190 -
CMYK 0.21 0.55 0 0.25
HSL 276.92º 0.44% 0.54% -
HSV(B) 276.92º 0.55% 0.75% -
XYZ 25.2 16.86 50.64 -
YUV 116.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 150 86 190 0.21 0.55 0 0.25 276.92 0.44 0.54
Hex 96 56 BE 15 37 0 19 115 2C 36
Octal 226 126 276 25 67 0 31 425 54 66
Binary 10010110 1010110 10111110 10101 110111 0 11001 100010101 101100 110110

Color Harmonies of #9656BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656BE

Black with #9656BE

Text Example


Text Example

White with #9656BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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