Html Css Color HEX #955EAA Deep Lilac

📋 copy color: '#955EAA'

red 149 ◦ green 94 ◦ blue 170

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

Shades of Deep Lilac #955EAA

Tints of Deep Lilac #955EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 36.08%
G = 22.76%
B = 41.16%

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

#955EAA (or 0x955EAA) is known color: Deep Lilac. HEX triplet: 95, 5E and AA. RGB value is (149,94,170). Sum of RGB (Red+Green+Blue) = 149+94+170=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #955EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAA is #6AA155. Grayscale: #767676. Windows color (decimal): -6988118 or 11165333. OLE color: 11165333.

HSL color Cylindrical-coordinate representation of color #955EAA: hue angle of 283.42º 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 #955EAA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 94 170 -
CMYK 0.12 0.45 0 0.33
HSL 283.42º 0.31% 0.52% -
HSV(B) 283.42º 0.45% 0.67% -
XYZ 23.65 17.3 40.12 -
YUV 119.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 149 94 170 0.12 0.45 0 0.33 283.42 0.31 0.52
Hex 95 5E AA C 2D 0 21 11B 1F 34
Octal 225 136 252 14 55 0 41 433 37 64
Binary 10010101 1011110 10101010 1100 101101 0 100001 100011011 11111 110100

Color Harmonies of #955EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EAA

Black with #955EAA

Text Example


Text Example

White with #955EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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