Html Css Color HEX #9754BC Deep Lilac

📋 copy color: '#9754BC'

red 151 ◦ green 84 ◦ blue 188

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

Shades of Deep Lilac #9754BC

Tints of Deep Lilac #9754BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 35.7%
G = 19.86%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9754BC (or 0x9754BC) is known color: Deep Lilac. HEX triplet: 97, 54 and BC. RGB value is (151,84,188). Sum of RGB (Red+Green+Blue) = 151+84+188=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9754BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BC is #68AB43. Grayscale: #737373. Windows color (decimal): -6859588 or 12342423. OLE color: 12342423.

HSL color Cylindrical-coordinate representation of color #9754BC: hue angle of 278.65º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9754BC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 84 188 -
CMYK 0.20 0.55 0 0.26
HSL 278.65º 0.44% 0.53% -
HSV(B) 278.65º 0.55% 0.74% -
XYZ 25.01 16.55 49.45 -
YUV 115.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 151 84 188 0.20 0.55 0 0.26 278.65 0.44 0.53
Hex 97 54 BC 14 37 0 1A 117 2C 35
Octal 227 124 274 24 67 0 32 427 54 65
Binary 10010111 1010100 10111100 10100 110111 0 11010 100010111 101100 110101

Color Harmonies of #9754BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754BC

Black with #9754BC

Text Example


Text Example

White with #9754BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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