Html Css Color HEX #955FAA Deep Lilac

📋 copy color: '#955FAA'

red 149 ◦ green 95 ◦ blue 170

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

Shades of Deep Lilac #955FAA

Tints of Deep Lilac #955FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.95%

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

R = 35.99%
G = 22.95%
B = 41.06%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955FAA (or 0x955FAA) is known color: Deep Lilac. HEX triplet: 95, 5F and AA. RGB value is (149,95,170). Sum of RGB (Red+Green+Blue) = 149+95+170=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #955FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FAA is #6AA055. Grayscale: #777777. Windows color (decimal): -6987862 or 11165589. OLE color: 11165589.

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

Color convert

RGB 149 95 170 -
CMYK 0.12 0.44 0 0.33
HSL 283.2º 0.31% 0.52% -
HSV(B) 283.2º 0.44% 0.67% -
XYZ 23.74 17.48 40.15 -
YUV 119.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 149 95 170 0.12 0.44 0 0.33 283.2 0.31 0.52
Hex 95 5F AA C 2C 0 21 11B 1F 34
Octal 225 137 252 14 54 0 41 433 37 64
Binary 10010101 1011111 10101010 1100 101100 0 100001 100011011 11111 110100

Color Harmonies of #955FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FAA

Black with #955FAA

Text Example


Text Example

White with #955FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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