Html Css Color HEX #954CAB Deep Lilac

📋 copy color: '#954CAB'

red 149 ◦ green 76 ◦ blue 171

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

Shades of Deep Lilac #954CAB

Tints of Deep Lilac #954CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

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

R = 37.63%
G = 19.19%
B = 43.18%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954CAB (or 0x954CAB) is known color: Deep Lilac. HEX triplet: 95, 4C and AB. RGB value is (149,76,171). Sum of RGB (Red+Green+Blue) = 149+76+171=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #954CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CAB is #6AB354. Grayscale: #6C6C6C. Windows color (decimal): -6992725 or 11226261. OLE color: 11226261.

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

Color convert

RGB 149 76 171 -
CMYK 0.13 0.56 0 0.33
HSL 286.11º 0.38% 0.48% -
HSV(B) 286.11º 0.56% 0.67% -
XYZ 22.33 14.5 40.15 -
YUV 108.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 149 76 171 0.13 0.56 0 0.33 286.11 0.38 0.48
Hex 95 4C AB D 38 0 21 11E 26 30
Octal 225 114 253 15 70 0 41 436 46 60
Binary 10010101 1001100 10101011 1101 111000 0 100001 100011110 100110 110000

Color Harmonies of #954CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CAB

Black with #954CAB

Text Example


Text Example

White with #954CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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