Html Css Color HEX #9754BE Deep Lilac

📋 copy color: '#9754BE'

red 151 ◦ green 84 ◦ blue 190

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

Shades of Deep Lilac #9754BE

Tints of Deep Lilac #9754BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

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

R = 35.53%
G = 19.76%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9754BE (or 0x9754BE) is known color: Deep Lilac. HEX triplet: 97, 54 and BE. RGB value is (151,84,190). Sum of RGB (Red+Green+Blue) = 151+84+190=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9754BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BE is #68AB41. Grayscale: #737373. Windows color (decimal): -6859586 or 12473495. OLE color: 12473495.

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

Color convert

RGB 151 84 190 -
CMYK 0.21 0.56 0 0.25
HSL 277.92º 0.45% 0.54% -
HSV(B) 277.92º 0.56% 0.75% -
XYZ 25.23 16.64 50.6 -
YUV 116.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 151 84 190 0.21 0.56 0 0.25 277.92 0.45 0.54
Hex 97 54 BE 15 38 0 19 116 2D 36
Octal 227 124 276 25 70 0 31 426 55 66
Binary 10010111 1010100 10111110 10101 111000 0 11001 100010110 101101 110110

Color Harmonies of #9754BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754BE

Black with #9754BE

Text Example


Text Example

White with #9754BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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