Html Css Color HEX #9749BF Deep Lilac

📋 copy color: '#9749BF'

red 151 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #9749BF

Tints of Deep Lilac #9749BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 36.39%
G = 17.59%
B = 46.02%

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

#9749BF (or 0x9749BF) is known color: Deep Lilac. HEX triplet: 97, 49 and BF. RGB value is (151,73,191). Sum of RGB (Red+Green+Blue) = 151+73+191=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #9749BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749BF is #68B640. Grayscale: #6D6D6D. Windows color (decimal): -6862401 or 12536215. OLE color: 12536215.

HSL color Cylindrical-coordinate representation of color #9749BF: hue angle of 279.66º degrees, saturation: 0.48, 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 #9749BF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 73 191 -
CMYK 0.21 0.62 0 0.25
HSL 279.66º 0.48% 0.52% -
HSV(B) 279.66º 0.62% 0.75% -
XYZ 24.55 15.11 50.91 -
YUV 109.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 151 73 191 0.21 0.62 0 0.25 279.66 0.48 0.52
Hex 97 49 BF 15 3E 0 19 118 30 34
Octal 227 111 277 25 76 0 31 430 60 64
Binary 10010111 1001001 10111111 10101 111110 0 11001 100011000 110000 110100

Color Harmonies of #9749BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749BF

Black with #9749BF

Text Example


Text Example

White with #9749BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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