Html Css Color HEX #9953BA Deep Lilac

📋 copy color: '#9953BA'

red 153 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #9953BA

Tints of Deep Lilac #9953BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 36.26%
G = 19.67%
B = 44.08%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9953BA (or 0x9953BA) is known color: Deep Lilac. HEX triplet: 99, 53 and BA. RGB value is (153,83,186). Sum of RGB (Red+Green+Blue) = 153+83+186=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9953BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953BA is #66AC45. Grayscale: #737373. Windows color (decimal): -6728774 or 12211097. OLE color: 12211097.

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

Color convert

RGB 153 83 186 -
CMYK 0.18 0.55 0 0.27
HSL 280.78º 0.43% 0.53% -
HSV(B) 280.78º 0.55% 0.73% -
XYZ 25.09 16.5 48.32 -
YUV 115.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 153 83 186 0.18 0.55 0 0.27 280.78 0.43 0.53
Hex 99 53 BA 12 37 0 1B 119 2B 35
Octal 231 123 272 22 67 0 33 431 53 65
Binary 10011001 1010011 10111010 10010 110111 0 11011 100011001 101011 110101

Color Harmonies of #9953BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953BA

Black with #9953BA

Text Example


Text Example

White with #9953BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,83,186); }

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

background-color css

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

 a { background-color: rgb(153,83,186); }

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

border-color css

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

 span { border-color: rgb(153,83,186); }

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