Html Css Color HEX #954FCD Deep Lilac

📋 copy color: '#954FCD'

red 149 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #954FCD

Tints of Deep Lilac #954FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 34.41%
G = 18.24%
B = 47.34%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#954FCD (or 0x954FCD) is known color: Deep Lilac. HEX triplet: 95, 4F and CD. RGB value is (149,79,205). Sum of RGB (Red+Green+Blue) = 149+79+205=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #954FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FCD is #6AB032. Grayscale: #717171. Windows color (decimal): -6991923 or 13455253. OLE color: 13455253.

HSL color Cylindrical-coordinate representation of color #954FCD: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954FCD is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 79 205 -
CMYK 0.27 0.61 0 0.20
HSL 273.33º 0.56% 0.56% -
HSV(B) 273.33º 0.61% 0.8% -
XYZ 26.21 16.39 59.54 -
YUV 114.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 149 79 205 0.27 0.61 0 0.20 273.33 0.56 0.56
Hex 95 4F CD 1B 3D 0 14 111 38 38
Octal 225 117 315 33 75 0 24 421 70 70
Binary 10010101 1001111 11001101 11011 111101 0 10100 100010001 111000 111000

Color Harmonies of #954FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FCD

Black with #954FCD

Text Example


Text Example

White with #954FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,205); }

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

background-color css

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

 a { background-color: rgb(149,79,205); }

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

border-color css

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

 span { border-color: rgb(149,79,205); }

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