Html Css Color HEX #954DB3 Deep Lilac

📋 copy color: '#954DB3'

red 149 ◦ green 77 ◦ blue 179

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

Shades of Deep Lilac #954DB3

Tints of Deep Lilac #954DB3

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 36.79%
G = 19.01%
B = 44.2%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#954DB3 (or 0x954DB3) is known color: Deep Lilac. HEX triplet: 95, 4D and B3. RGB value is (149,77,179). Sum of RGB (Red+Green+Blue) = 149+77+179=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #954DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DB3 is #6AB24C. Grayscale: #6D6D6D. Windows color (decimal): -6992461 or 11750805. OLE color: 11750805.

HSL color Cylindrical-coordinate representation of color #954DB3: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954DB3 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 77 179 -
CMYK 0.17 0.57 0 0.30
HSL 282.35º 0.4% 0.5% -
HSV(B) 282.35º 0.57% 0.7% -
XYZ 23.18 14.95 44.31 -
YUV 110.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 149 77 179 0.17 0.57 0 0.30 282.35 0.4 0.5
Hex 95 4D B3 11 39 0 1E 11A 28 32
Octal 225 115 263 21 71 0 36 432 50 62
Binary 10010101 1001101 10110011 10001 111001 0 11110 100011010 101000 110010

Color Harmonies of #954DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DB3

Black with #954DB3

Text Example


Text Example

White with #954DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954DB3; }

 p { color: rgb(149,77,179); }

 H1.HeaderClassName
 {
   color: #954DB3;
 }
 .AnyTagClassName
 {
   color: #954DB3;
 }
</style>

background-color css

<style>
 a { background-color: #954DB3; }

 a { background-color: rgb(149,77,179); }

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

border-color css

<style>
 span { border-color: #954DB3; }

 span { border-color: rgb(149,77,179); }

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