Html Css Color HEX #9756BE Deep Lilac

📋 copy color: '#9756BE'

red 151 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #9756BE

Tints of Deep Lilac #9756BE

RGB

 RED value IS 151 (59.38% from 255) = 35.36%

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

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

R = 35.36%
G = 20.14%
B = 44.5%

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

#9756BE (or 0x9756BE) is known color: Deep Lilac. HEX triplet: 97, 56 and BE. RGB value is (151,86,190). Sum of RGB (Red+Green+Blue) = 151+86+190=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9756BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756BE is #68A941. Grayscale: #747474. Windows color (decimal): -6859074 or 12474007. OLE color: 12474007.

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

Color convert

RGB 151 86 190 -
CMYK 0.21 0.55 0 0.25
HSL 277.5º 0.44% 0.54% -
HSV(B) 277.5º 0.55% 0.75% -
XYZ 25.38 16.95 50.65 -
YUV 117.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 151 86 190 0.21 0.55 0 0.25 277.5 0.44 0.54
Hex 97 56 BE 15 37 0 19 116 2C 36
Octal 227 126 276 25 67 0 31 426 54 66
Binary 10010111 1010110 10111110 10101 110111 0 11001 100010110 101100 110110

Color Harmonies of #9756BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756BE

Black with #9756BE

Text Example


Text Example

White with #9756BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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