Html Css Color HEX #955BAE Deep Lilac

📋 copy color: '#955BAE'

red 149 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #955BAE

Tints of Deep Lilac #955BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.98%

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

R = 35.99%
G = 21.98%
B = 42.03%

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

#955BAE (or 0x955BAE) is known color: Deep Lilac. HEX triplet: 95, 5B and AE. RGB value is (149,91,174). Sum of RGB (Red+Green+Blue) = 149+91+174=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #955BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BAE is #6AA451. Grayscale: #757575. Windows color (decimal): -6988882 or 11426709. OLE color: 11426709.

HSL color Cylindrical-coordinate representation of color #955BAE: hue angle of 281.93º 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 #955BAE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 91 174 -
CMYK 0.14 0.48 0 0.32
HSL 281.93º 0.34% 0.52% -
HSV(B) 281.93º 0.48% 0.68% -
XYZ 23.78 16.93 42.06 -
YUV 117.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 149 91 174 0.14 0.48 0 0.32 281.93 0.34 0.52
Hex 95 5B AE E 30 0 20 11A 22 34
Octal 225 133 256 16 60 0 40 432 42 64
Binary 10010101 1011011 10101110 1110 110000 0 100000 100011010 100010 110100

Color Harmonies of #955BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BAE

Black with #955BAE

Text Example


Text Example

White with #955BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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