Html Css Color HEX #9749C9 Deep Lilac

📋 copy color: '#9749C9'

red 151 ◦ green 73 ◦ blue 201

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

Shades of Deep Lilac #9749C9

Tints of Deep Lilac #9749C9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 35.53%
G = 17.18%
B = 47.29%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9749C9 (or 0x9749C9) is known color: Deep Lilac. HEX triplet: 97, 49 and C9. RGB value is (151,73,201). Sum of RGB (Red+Green+Blue) = 151+73+201=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #9749C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749C9 is #68B636. Grayscale: #6E6E6E. Windows color (decimal): -6862391 or 13191575. OLE color: 13191575.

HSL color Cylindrical-coordinate representation of color #9749C9: hue angle of 276.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9749C9 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 73 201 -
CMYK 0.25 0.64 0 0.21
HSL 276.56º 0.54% 0.54% -
HSV(B) 276.56º 0.64% 0.79% -
XYZ 25.69 15.56 56.91 -
YUV 110.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 151 73 201 0.25 0.64 0 0.21 276.56 0.54 0.54
Hex 97 49 C9 19 40 0 15 115 36 36
Octal 227 111 311 31 100 0 25 425 66 66
Binary 10010111 1001001 11001001 11001 1000000 0 10101 100010101 110110 110110

Color Harmonies of #9749C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749C9

Black with #9749C9

Text Example


Text Example

White with #9749C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9749C9; }

 p { color: rgb(151,73,201); }

 H1.HeaderClassName
 {
   color: #9749C9;
 }
 .AnyTagClassName
 {
   color: #9749C9;
 }
</style>

background-color css

<style>
 a { background-color: #9749C9; }

 a { background-color: rgb(151,73,201); }

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

border-color css

<style>
 span { border-color: #9749C9; }

 span { border-color: rgb(151,73,201); }

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