Html Css Color HEX #954CAA Deep Lilac

📋 copy color: '#954CAA'

red 149 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #954CAA

Tints of Deep Lilac #954CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

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

R = 37.72%
G = 19.24%
B = 43.04%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954CAA (or 0x954CAA) is known color: Deep Lilac. HEX triplet: 95, 4C and AA. RGB value is (149,76,170). Sum of RGB (Red+Green+Blue) = 149+76+170=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #954CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CAA is #6AB355. Grayscale: #6C6C6C. Windows color (decimal): -6992726 or 11160725. OLE color: 11160725.

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

Color convert

RGB 149 76 170 -
CMYK 0.12 0.55 0 0.33
HSL 286.6º 0.38% 0.48% -
HSV(B) 286.6º 0.55% 0.67% -
XYZ 22.23 14.46 39.65 -
YUV 108.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 149 76 170 0.12 0.55 0 0.33 286.6 0.38 0.48
Hex 95 4C AA C 37 0 21 11F 26 30
Octal 225 114 252 14 67 0 41 437 46 60
Binary 10010101 1001100 10101010 1100 110111 0 100001 100011111 100110 110000

Color Harmonies of #954CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CAA

Black with #954CAA

Text Example


Text Example

White with #954CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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