Html Css Color HEX #955AAE Deep Lilac

📋 copy color: '#955AAE'

red 149 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #955AAE

Tints of Deep Lilac #955AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

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

R = 36.08%
G = 21.79%
B = 42.13%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#955AAE (or 0x955AAE) is known color: Deep Lilac. HEX triplet: 95, 5A and AE. RGB value is (149,90,174). Sum of RGB (Red+Green+Blue) = 149+90+174=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #955AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955AAE is #6AA551. Grayscale: #747474. Windows color (decimal): -6989138 or 11426453. OLE color: 11426453.

HSL color Cylindrical-coordinate representation of color #955AAE: hue angle of 282.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955AAE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 90 174 -
CMYK 0.14 0.48 0 0.32
HSL 282.14º 0.34% 0.52% -
HSV(B) 282.14º 0.48% 0.68% -
XYZ 23.69 16.76 42.03 -
YUV 117.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 149 90 174 0.14 0.48 0 0.32 282.14 0.34 0.52
Hex 95 5A AE E 30 0 20 11A 22 34
Octal 225 132 256 16 60 0 40 432 42 64
Binary 10010101 1011010 10101110 1110 110000 0 100000 100011010 100010 110100

Color Harmonies of #955AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AAE

Black with #955AAE

Text Example


Text Example

White with #955AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955AAE; }

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

 H1.HeaderClassName
 {
   color: #955AAE;
 }
 .AnyTagClassName
 {
   color: #955AAE;
 }
</style>

background-color css

<style>
 a { background-color: #955AAE; }

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

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

border-color css

<style>
 span { border-color: #955AAE; }

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

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