Html Css Color HEX #954CAC Deep Lilac

📋 copy color: '#954CAC'

red 149 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #954CAC

Tints of Deep Lilac #954CAC

RGB

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

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

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

R = 37.53%
G = 19.14%
B = 43.32%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954CAC (or 0x954CAC) is known color: Deep Lilac. HEX triplet: 95, 4C and AC. RGB value is (149,76,172). Sum of RGB (Red+Green+Blue) = 149+76+172=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #954CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CAC is #6AB353. Grayscale: #6C6C6C. Windows color (decimal): -6992724 or 11291797. OLE color: 11291797.

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

Color convert

RGB 149 76 172 -
CMYK 0.13 0.56 0 0.33
HSL 285.63º 0.39% 0.49% -
HSV(B) 285.63º 0.56% 0.67% -
XYZ 22.43 14.54 40.65 -
YUV 108.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 149 76 172 0.13 0.56 0 0.33 285.63 0.39 0.49
Hex 95 4C AC D 38 0 21 11E 27 31
Octal 225 114 254 15 70 0 41 436 47 61
Binary 10010101 1001100 10101100 1101 111000 0 100001 100011110 100111 110001

Color Harmonies of #954CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CAC

Black with #954CAC

Text Example


Text Example

White with #954CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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