Html Css Color HEX #954BAE Deep Lilac

📋 copy color: '#954BAE'

red 149 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #954BAE

Tints of Deep Lilac #954BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 37.44%
G = 18.84%
B = 43.72%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#954BAE (or 0x954BAE) is known color: Deep Lilac. HEX triplet: 95, 4B and AE. RGB value is (149,75,174). Sum of RGB (Red+Green+Blue) = 149+75+174=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #954BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BAE is #6AB451. Grayscale: #6C6C6C. Windows color (decimal): -6992978 or 11422613. OLE color: 11422613.

HSL color Cylindrical-coordinate representation of color #954BAE: hue angle of 284.85º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954BAE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 75 174 -
CMYK 0.14 0.57 0 0.32
HSL 284.85º 0.4% 0.49% -
HSV(B) 284.85º 0.57% 0.68% -
XYZ 22.55 14.48 41.65 -
YUV 108.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 149 75 174 0.14 0.57 0 0.32 284.85 0.4 0.49
Hex 95 4B AE E 39 0 20 11D 28 31
Octal 225 113 256 16 71 0 40 435 50 61
Binary 10010101 1001011 10101110 1110 111001 0 100000 100011101 101000 110001

Color Harmonies of #954BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BAE

Black with #954BAE

Text Example


Text Example

White with #954BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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