Html Css Color HEX #954BAB Deep Lilac

📋 copy color: '#954BAB'

red 149 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #954BAB

Tints of Deep Lilac #954BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

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

R = 37.72%
G = 18.99%
B = 43.29%

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

#954BAB (or 0x954BAB) is known color: Deep Lilac. HEX triplet: 95, 4B and AB. RGB value is (149,75,171). Sum of RGB (Red+Green+Blue) = 149+75+171=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #954BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BAB is #6AB454. Grayscale: #6B6B6B. Windows color (decimal): -6992981 or 11226005. OLE color: 11226005.

HSL color Cylindrical-coordinate representation of color #954BAB: hue angle of 286.25º degrees, saturation: 0.39, 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 #954BAB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 75 171 -
CMYK 0.13 0.56 0 0.33
HSL 286.25º 0.39% 0.48% -
HSV(B) 286.25º 0.56% 0.67% -
XYZ 22.26 14.36 40.13 -
YUV 108.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 149 75 171 0.13 0.56 0 0.33 286.25 0.39 0.48
Hex 95 4B AB D 38 0 21 11E 27 30
Octal 225 113 253 15 70 0 41 436 47 60
Binary 10010101 1001011 10101011 1101 111000 0 100001 100011110 100111 110000

Color Harmonies of #954BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BAB

Black with #954BAB

Text Example


Text Example

White with #954BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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