Html Css Color HEX #9749C1 Deep Lilac

📋 copy color: '#9749C1'

red 151 ◦ green 73 ◦ blue 193

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

Shades of Deep Lilac #9749C1

Tints of Deep Lilac #9749C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 36.21%
G = 17.51%
B = 46.28%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9749C1 (or 0x9749C1) is known color: Deep Lilac. HEX triplet: 97, 49 and C1. RGB value is (151,73,193). Sum of RGB (Red+Green+Blue) = 151+73+193=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #9749C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749C1 is #68B63E. Grayscale: #6D6D6D. Windows color (decimal): -6862399 or 12667287. OLE color: 12667287.

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

Color convert

RGB 151 73 193 -
CMYK 0.22 0.62 0 0.24
HSL 279º 0.49% 0.52% -
HSV(B) 279º 0.62% 0.76% -
XYZ 24.77 15.19 52.08 -
YUV 110 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 151 73 193 0.22 0.62 0 0.24 279 0.49 0.52
Hex 97 49 C1 16 3E 0 18 117 31 34
Octal 227 111 301 26 76 0 30 427 61 64
Binary 10010111 1001001 11000001 10110 111110 0 11000 100010111 110001 110100

Color Harmonies of #9749C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749C1

Black with #9749C1

Text Example


Text Example

White with #9749C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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