Html Css Color HEX #954CAE Deep Lilac

📋 copy color: '#954CAE'

red 149 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #954CAE

Tints of Deep Lilac #954CAE

RGB

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

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

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

R = 37.34%
G = 19.05%
B = 43.61%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#954CAE (or 0x954CAE) is known color: Deep Lilac. HEX triplet: 95, 4C and AE. RGB value is (149,76,174). Sum of RGB (Red+Green+Blue) = 149+76+174=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #954CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CAE is #6AB351. Grayscale: #6C6C6C. Windows color (decimal): -6992722 or 11422869. OLE color: 11422869.

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

Color convert

RGB 149 76 174 -
CMYK 0.14 0.56 0 0.32
HSL 284.69º 0.39% 0.49% -
HSV(B) 284.69º 0.56% 0.68% -
XYZ 22.62 14.61 41.67 -
YUV 109 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 149 76 174 0.14 0.56 0 0.32 284.69 0.39 0.49
Hex 95 4C AE E 38 0 20 11D 27 31
Octal 225 114 256 16 70 0 40 435 47 61
Binary 10010101 1001100 10101110 1110 111000 0 100000 100011101 100111 110001

Color Harmonies of #954CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CAE

Black with #954CAE

Text Example


Text Example

White with #954CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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