Html Css Color HEX #954CAD Deep Lilac

📋 copy color: '#954CAD'

red 149 ◦ green 76 ◦ blue 173

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

Shades of Deep Lilac #954CAD

Tints of Deep Lilac #954CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 37.44%
G = 19.1%
B = 43.47%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#954CAD (or 0x954CAD) is known color: Deep Lilac. HEX triplet: 95, 4C and AD. RGB value is (149,76,173). Sum of RGB (Red+Green+Blue) = 149+76+173=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #954CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CAD is #6AB352. Grayscale: #6C6C6C. Windows color (decimal): -6992723 or 11357333. OLE color: 11357333.

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

Color convert

RGB 149 76 173 -
CMYK 0.14 0.56 0 0.32
HSL 285.15º 0.39% 0.49% -
HSV(B) 285.15º 0.56% 0.68% -
XYZ 22.52 14.58 41.16 -
YUV 108.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 149 76 173 0.14 0.56 0 0.32 285.15 0.39 0.49
Hex 95 4C AD E 38 0 20 11D 27 31
Octal 225 114 255 16 70 0 40 435 47 61
Binary 10010101 1001100 10101101 1110 111000 0 100000 100011101 100111 110001

Color Harmonies of #954CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CAD

Black with #954CAD

Text Example


Text Example

White with #954CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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