Html Css Color HEX #955DAA Deep Lilac

📋 copy color: '#955DAA'

red 149 ◦ green 93 ◦ blue 170

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

Shades of Deep Lilac #955DAA

Tints of Deep Lilac #955DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 36.17%
G = 22.57%
B = 41.26%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955DAA (or 0x955DAA) is known color: Deep Lilac. HEX triplet: 95, 5D and AA. RGB value is (149,93,170). Sum of RGB (Red+Green+Blue) = 149+93+170=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #955DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DAA is #6AA255. Grayscale: #767676. Windows color (decimal): -6988374 or 11165077. OLE color: 11165077.

HSL color Cylindrical-coordinate representation of color #955DAA: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955DAA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 93 170 -
CMYK 0.12 0.45 0 0.33
HSL 283.64º 0.31% 0.52% -
HSV(B) 283.64º 0.45% 0.67% -
XYZ 23.56 17.12 40.09 -
YUV 118.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 149 93 170 0.12 0.45 0 0.33 283.64 0.31 0.52
Hex 95 5D AA C 2D 0 21 11C 1F 34
Octal 225 135 252 14 55 0 41 434 37 64
Binary 10010101 1011101 10101010 1100 101101 0 100001 100011100 11111 110100

Color Harmonies of #955DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DAA

Black with #955DAA

Text Example


Text Example

White with #955DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,170); }

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

background-color css

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

 a { background-color: rgb(149,93,170); }

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

border-color css

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

 span { border-color: rgb(149,93,170); }

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