Html Css Color HEX #9849BA Deep Lilac

📋 copy color: '#9849BA'

red 152 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #9849BA

Tints of Deep Lilac #9849BA

RGB

 RED value IS 152 (59.77% from 255) = 36.98%

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 36.98%
G = 17.76%
B = 45.26%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9849BA (or 0x9849BA) is known color: Deep Lilac. HEX triplet: 98, 49 and BA. RGB value is (152,73,186). Sum of RGB (Red+Green+Blue) = 152+73+186=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #9849BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849BA is #67B645. Grayscale: #6D6D6D. Windows color (decimal): -6796870 or 12208536. OLE color: 12208536.

HSL color Cylindrical-coordinate representation of color #9849BA: hue angle of 281.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9849BA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 73 186 -
CMYK 0.18 0.61 0 0.27
HSL 281.95º 0.45% 0.51% -
HSV(B) 281.95º 0.61% 0.73% -
XYZ 24.19 14.99 48.07 -
YUV 109.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 152 73 186 0.18 0.61 0 0.27 281.95 0.45 0.51
Hex 98 49 BA 12 3D 0 1B 11A 2D 33
Octal 230 111 272 22 75 0 33 432 55 63
Binary 10011000 1001001 10111010 10010 111101 0 11011 100011010 101101 110011

Color Harmonies of #9849BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849BA

Black with #9849BA

Text Example


Text Example

White with #9849BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9849BA; }

 p { color: rgb(152,73,186); }

 H1.HeaderClassName
 {
   color: #9849BA;
 }
 .AnyTagClassName
 {
   color: #9849BA;
 }
</style>

background-color css

<style>
 a { background-color: #9849BA; }

 a { background-color: rgb(152,73,186); }

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

border-color css

<style>
 span { border-color: #9849BA; }

 span { border-color: rgb(152,73,186); }

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