Html Css Color HEX #955CAA Deep Lilac

📋 copy color: '#955CAA'

red 149 ◦ green 92 ◦ blue 170

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

Shades of Deep Lilac #955CAA

Tints of Deep Lilac #955CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

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

R = 36.25%
G = 22.38%
B = 41.36%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955CAA (or 0x955CAA) is known color: Deep Lilac. HEX triplet: 95, 5C and AA. RGB value is (149,92,170). Sum of RGB (Red+Green+Blue) = 149+92+170=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #955CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CAA is #6AA355. Grayscale: #757575. Windows color (decimal): -6988630 or 11164821. OLE color: 11164821.

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

Color convert

RGB 149 92 170 -
CMYK 0.12 0.46 0 0.33
HSL 283.85º 0.31% 0.51% -
HSV(B) 283.85º 0.46% 0.67% -
XYZ 23.48 16.95 40.06 -
YUV 117.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 149 92 170 0.12 0.46 0 0.33 283.85 0.31 0.51
Hex 95 5C AA C 2E 0 21 11C 1F 33
Octal 225 134 252 14 56 0 41 434 37 63
Binary 10010101 1011100 10101010 1100 101110 0 100001 100011100 11111 110011

Color Harmonies of #955CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CAA

Black with #955CAA

Text Example


Text Example

White with #955CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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