Html Css Color HEX #9849B4 Deep Lilac

📋 copy color: '#9849B4'

red 152 ◦ green 73 ◦ blue 180

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

Shades of Deep Lilac #9849B4

Tints of Deep Lilac #9849B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 37.53%
G = 18.02%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9849B4 (or 0x9849B4) is known color: Deep Lilac. HEX triplet: 98, 49 and B4. RGB value is (152,73,180). Sum of RGB (Red+Green+Blue) = 152+73+180=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #9849B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849B4 is #67B64B. Grayscale: #6C6C6C. Windows color (decimal): -6796876 or 11815320. OLE color: 11815320.

HSL color Cylindrical-coordinate representation of color #9849B4: hue angle of 284.3º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9849B4 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 73 180 -
CMYK 0.16 0.59 0 0.29
HSL 284.3º 0.42% 0.5% -
HSV(B) 284.3º 0.59% 0.71% -
XYZ 23.57 14.74 44.78 -
YUV 108.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 152 73 180 0.16 0.59 0 0.29 284.3 0.42 0.5
Hex 98 49 B4 10 3B 0 1D 11C 2A 32
Octal 230 111 264 20 73 0 35 434 52 62
Binary 10011000 1001001 10110100 10000 111011 0 11101 100011100 101010 110010

Color Harmonies of #9849B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849B4

Black with #9849B4

Text Example


Text Example

White with #9849B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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