Html Css Color HEX #9754C2 Deep Lilac

📋 copy color: '#9754C2'

red 151 ◦ green 84 ◦ blue 194

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

Shades of Deep Lilac #9754C2

Tints of Deep Lilac #9754C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.22%

R = 35.2%
G = 19.58%
B = 45.22%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9754C2 (or 0x9754C2) is known color: Deep Lilac. HEX triplet: 97, 54 and C2. RGB value is (151,84,194). Sum of RGB (Red+Green+Blue) = 151+84+194=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #9754C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754C2 is #68AB3D. Grayscale: #747474. Windows color (decimal): -6859582 or 12735639. OLE color: 12735639.

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

Color convert

RGB 151 84 194 -
CMYK 0.22 0.57 0 0.24
HSL 276.55º 0.47% 0.55% -
HSV(B) 276.55º 0.57% 0.76% -
XYZ 25.67 16.82 52.93 -
YUV 116.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 151 84 194 0.22 0.57 0 0.24 276.55 0.47 0.55
Hex 97 54 C2 16 39 0 18 115 2F 37
Octal 227 124 302 26 71 0 30 425 57 67
Binary 10010111 1010100 11000010 10110 111001 0 11000 100010101 101111 110111

Color Harmonies of #9754C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754C2

Black with #9754C2

Text Example


Text Example

White with #9754C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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