Html Css Color HEX #954AAC Deep Lilac

📋 copy color: '#954AAC'

red 149 ◦ green 74 ◦ blue 172

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

Shades of Deep Lilac #954AAC

Tints of Deep Lilac #954AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 37.72%
G = 18.73%
B = 43.54%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954AAC (or 0x954AAC) is known color: Deep Lilac. HEX triplet: 95, 4A and AC. RGB value is (149,74,172). Sum of RGB (Red+Green+Blue) = 149+74+172=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #954AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAC is #6AB553. Grayscale: #6B6B6B. Windows color (decimal): -6993236 or 11291285. OLE color: 11291285.

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

Color convert

RGB 149 74 172 -
CMYK 0.13 0.57 0 0.33
HSL 285.92º 0.4% 0.48% -
HSV(B) 285.92º 0.57% 0.67% -
XYZ 22.29 14.27 40.61 -
YUV 107.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 149 74 172 0.13 0.57 0 0.33 285.92 0.4 0.48
Hex 95 4A AC D 39 0 21 11E 28 30
Octal 225 112 254 15 71 0 41 436 50 60
Binary 10010101 1001010 10101100 1101 111001 0 100001 100011110 101000 110000

Color Harmonies of #954AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AAC

Black with #954AAC

Text Example


Text Example

White with #954AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,172); }

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

background-color css

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

 a { background-color: rgb(149,74,172); }

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

border-color css

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

 span { border-color: rgb(149,74,172); }

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