Html Css Color HEX #9754BA Deep Lilac

📋 copy color: '#9754BA'

red 151 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9754BA

Tints of Deep Lilac #9754BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 35.87%
G = 19.95%
B = 44.18%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9754BA (or 0x9754BA) is known color: Deep Lilac. HEX triplet: 97, 54 and BA. RGB value is (151,84,186). Sum of RGB (Red+Green+Blue) = 151+84+186=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9754BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BA is #68AB45. Grayscale: #737373. Windows color (decimal): -6859590 or 12211351. OLE color: 12211351.

HSL color Cylindrical-coordinate representation of color #9754BA: hue angle of 279.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9754BA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 84 186 -
CMYK 0.19 0.55 0 0.27
HSL 279.41º 0.43% 0.53% -
HSV(B) 279.41º 0.55% 0.73% -
XYZ 24.8 16.47 48.33 -
YUV 115.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 151 84 186 0.19 0.55 0 0.27 279.41 0.43 0.53
Hex 97 54 BA 13 37 0 1B 117 2A 35
Octal 227 124 272 23 67 0 33 427 52 65
Binary 10010111 1010100 10111010 10011 110111 0 11011 100010111 101010 110101

Color Harmonies of #9754BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754BA

Black with #9754BA

Text Example


Text Example

White with #9754BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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