Html Css Color HEX #9749C0 Deep Lilac

📋 copy color: '#9749C0'

red 151 ◦ green 73 ◦ blue 192

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

Shades of Deep Lilac #9749C0

Tints of Deep Lilac #9749C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 36.3%
G = 17.55%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9749C0 (or 0x9749C0) is known color: Deep Lilac. HEX triplet: 97, 49 and C0. RGB value is (151,73,192). Sum of RGB (Red+Green+Blue) = 151+73+192=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #9749C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749C0 is #68B63F. Grayscale: #6D6D6D. Windows color (decimal): -6862400 or 12601751. OLE color: 12601751.

HSL color Cylindrical-coordinate representation of color #9749C0: hue angle of 279.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9749C0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 73 192 -
CMYK 0.21 0.62 0 0.25
HSL 279.33º 0.49% 0.52% -
HSV(B) 279.33º 0.62% 0.75% -
XYZ 24.66 15.15 51.49 -
YUV 109.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 151 73 192 0.21 0.62 0 0.25 279.33 0.49 0.52
Hex 97 49 C0 15 3E 0 19 117 31 34
Octal 227 111 300 25 76 0 31 427 61 64
Binary 10010111 1001001 11000000 10101 111110 0 11001 100010111 110001 110100

Color Harmonies of #9749C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749C0

Black with #9749C0

Text Example


Text Example

White with #9749C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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