Html Css Color HEX #9953B4 Deep Lilac

📋 copy color: '#9953B4'

red 153 ◦ green 83 ◦ blue 180

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

Shades of Deep Lilac #9953B4

Tints of Deep Lilac #9953B4

RGB

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

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

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

R = 36.78%
G = 19.95%
B = 43.27%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9953B4 (or 0x9953B4) is known color: Deep Lilac. HEX triplet: 99, 53 and B4. RGB value is (153,83,180). Sum of RGB (Red+Green+Blue) = 153+83+180=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #9953B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953B4 is #66AC4B. Grayscale: #727272. Windows color (decimal): -6728780 or 11817881. OLE color: 11817881.

HSL color Cylindrical-coordinate representation of color #9953B4: hue angle of 283.3º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9953B4 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 83 180 -
CMYK 0.15 0.54 0 0.29
HSL 283.3º 0.39% 0.52% -
HSV(B) 283.3º 0.54% 0.71% -
XYZ 24.47 16.25 45.03 -
YUV 114.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 153 83 180 0.15 0.54 0 0.29 283.3 0.39 0.52
Hex 99 53 B4 F 36 0 1D 11B 27 34
Octal 231 123 264 17 66 0 35 433 47 64
Binary 10011001 1010011 10110100 1111 110110 0 11101 100011011 100111 110100

Color Harmonies of #9953B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953B4

Black with #9953B4

Text Example


Text Example

White with #9953B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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