Html Css Color HEX #9754C7 Deep Lilac

📋 copy color: '#9754C7'

red 151 ◦ green 84 ◦ blue 199

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

Shades of Deep Lilac #9754C7

Tints of Deep Lilac #9754C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 34.79%
G = 19.35%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9754C7 (or 0x9754C7) is known color: Deep Lilac. HEX triplet: 97, 54 and C7. RGB value is (151,84,199). Sum of RGB (Red+Green+Blue) = 151+84+199=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #9754C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754C7 is #68AB38. Grayscale: #747474. Windows color (decimal): -6859577 or 13063319. OLE color: 13063319.

HSL color Cylindrical-coordinate representation of color #9754C7: hue angle of 274.96º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9754C7 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 84 199 -
CMYK 0.24 0.58 0 0.22
HSL 274.96º 0.51% 0.55% -
HSV(B) 274.96º 0.58% 0.78% -
XYZ 26.24 17.04 55.94 -
YUV 117.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 151 84 199 0.24 0.58 0 0.22 274.96 0.51 0.55
Hex 97 54 C7 18 3A 0 16 113 33 37
Octal 227 124 307 30 72 0 26 423 63 67
Binary 10010111 1010100 11000111 11000 111010 0 10110 100010011 110011 110111

Color Harmonies of #9754C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754C7

Black with #9754C7

Text Example


Text Example

White with #9754C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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