Html Css Color HEX #9949BE Deep Lilac

📋 copy color: '#9949BE'

red 153 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #9949BE

Tints of Deep Lilac #9949BE

RGB

 RED value IS 153 (60.16% from 255) = 36.78%

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 36.78%
G = 17.55%
B = 45.67%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9949BE (or 0x9949BE) is known color: Deep Lilac. HEX triplet: 99, 49 and BE. RGB value is (153,73,190). Sum of RGB (Red+Green+Blue) = 153+73+190=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9949BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949BE is #66B641. Grayscale: #6D6D6D. Windows color (decimal): -6731330 or 12470681. OLE color: 12470681.

HSL color Cylindrical-coordinate representation of color #9949BE: hue angle of 281.03º degrees, saturation: 0.47, 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 #9949BE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 73 190 -
CMYK 0.19 0.62 0 0.25
HSL 281.03º 0.47% 0.52% -
HSV(B) 281.03º 0.62% 0.75% -
XYZ 24.81 15.26 50.35 -
YUV 110.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 153 73 190 0.19 0.62 0 0.25 281.03 0.47 0.52
Hex 99 49 BE 13 3E 0 19 119 2F 34
Octal 231 111 276 23 76 0 31 431 57 64
Binary 10011001 1001001 10111110 10011 111110 0 11001 100011001 101111 110100

Color Harmonies of #9949BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9949BE

Black with #9949BE

Text Example


Text Example

White with #9949BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9949BE; }

 p { color: rgb(153,73,190); }

 H1.HeaderClassName
 {
   color: #9949BE;
 }
 .AnyTagClassName
 {
   color: #9949BE;
 }
</style>

background-color css

<style>
 a { background-color: #9949BE; }

 a { background-color: rgb(153,73,190); }

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

border-color css

<style>
 span { border-color: #9949BE; }

 span { border-color: rgb(153,73,190); }

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