Html Css Color HEX #954DAC Deep Lilac

📋 copy color: '#954DAC'

red 149 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #954DAC

Tints of Deep Lilac #954DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

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

R = 37.44%
G = 19.35%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954DAC (or 0x954DAC) is known color: Deep Lilac. HEX triplet: 95, 4D and AC. RGB value is (149,77,172). Sum of RGB (Red+Green+Blue) = 149+77+172=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #954DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DAC is #6AB253. Grayscale: #6D6D6D. Windows color (decimal): -6992468 or 11292053. OLE color: 11292053.

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

Color convert

RGB 149 77 172 -
CMYK 0.13 0.55 0 0.33
HSL 285.47º 0.38% 0.49% -
HSV(B) 285.47º 0.55% 0.67% -
XYZ 22.49 14.68 40.68 -
YUV 109.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 149 77 172 0.13 0.55 0 0.33 285.47 0.38 0.49
Hex 95 4D AC D 37 0 21 11D 26 31
Octal 225 115 254 15 67 0 41 435 46 61
Binary 10010101 1001101 10101100 1101 110111 0 100001 100011101 100110 110001

Color Harmonies of #954DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DAC

Black with #954DAC

Text Example


Text Example

White with #954DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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