Html Css Color HEX #954DAB Deep Lilac

📋 copy color: '#954DAB'

red 149 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #954DAB

Tints of Deep Lilac #954DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 37.53%
G = 19.4%
B = 43.07%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954DAB (or 0x954DAB) is known color: Deep Lilac. HEX triplet: 95, 4D and AB. RGB value is (149,77,171). Sum of RGB (Red+Green+Blue) = 149+77+171=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #954DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DAB is #6AB254. Grayscale: #6C6C6C. Windows color (decimal): -6992469 or 11226517. OLE color: 11226517.

HSL color Cylindrical-coordinate representation of color #954DAB: hue angle of 285.96º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954DAB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 77 171 -
CMYK 0.13 0.55 0 0.33
HSL 285.96º 0.38% 0.49% -
HSV(B) 285.96º 0.55% 0.67% -
XYZ 22.4 14.64 40.17 -
YUV 109.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 149 77 171 0.13 0.55 0 0.33 285.96 0.38 0.49
Hex 95 4D AB D 37 0 21 11E 26 31
Octal 225 115 253 15 67 0 41 436 46 61
Binary 10010101 1001101 10101011 1101 110111 0 100001 100011110 100110 110001

Color Harmonies of #954DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DAB

Black with #954DAB

Text Example


Text Example

White with #954DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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