Html Css Color HEX #9749CD Deep Lilac

📋 copy color: '#9749CD'

red 151 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #9749CD

Tints of Deep Lilac #9749CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 35.2%
G = 17.02%
B = 47.79%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9749CD (or 0x9749CD) is known color: Deep Lilac. HEX triplet: 97, 49 and CD. RGB value is (151,73,205). Sum of RGB (Red+Green+Blue) = 151+73+205=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #9749CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749CD is #68B632. Grayscale: #6E6E6E. Windows color (decimal): -6862387 or 13453719. OLE color: 13453719.

HSL color Cylindrical-coordinate representation of color #9749CD: hue angle of 275.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9749CD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 73 205 -
CMYK 0.26 0.64 0 0.20
HSL 275.45º 0.57% 0.55% -
HSV(B) 275.45º 0.64% 0.8% -
XYZ 26.16 15.75 59.42 -
YUV 111.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 151 73 205 0.26 0.64 0 0.20 275.45 0.57 0.55
Hex 97 49 CD 1A 40 0 14 113 39 37
Octal 227 111 315 32 100 0 24 423 71 67
Binary 10010111 1001001 11001101 11010 1000000 0 10100 100010011 111001 110111

Color Harmonies of #9749CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749CD

Black with #9749CD

Text Example


Text Example

White with #9749CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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