Html Css Color HEX #9760BE Deep Lilac

📋 copy color: '#9760BE'

red 151 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #9760BE

Tints of Deep Lilac #9760BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

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

R = 34.55%
G = 21.97%
B = 43.48%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9760BE (or 0x9760BE) is known color: Deep Lilac. HEX triplet: 97, 60 and BE. RGB value is (151,96,190). Sum of RGB (Red+Green+Blue) = 151+96+190=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9760BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BE is #689F41. Grayscale: #7A7A7A. Windows color (decimal): -6856514 or 12476567. OLE color: 12476567.

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

Color convert

RGB 151 96 190 -
CMYK 0.21 0.49 0 0.25
HSL 275.11º 0.42% 0.56% -
HSV(B) 275.11º 0.49% 0.75% -
XYZ 26.24 18.66 50.93 -
YUV 123.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 151 96 190 0.21 0.49 0 0.25 275.11 0.42 0.56
Hex 97 60 BE 15 31 0 19 113 2A 38
Octal 227 140 276 25 61 0 31 423 52 70
Binary 10010111 1100000 10111110 10101 110001 0 11001 100010011 101010 111000

Color Harmonies of #9760BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760BE

Black with #9760BE

Text Example


Text Example

White with #9760BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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