Html Css Color HEX #954BCD Deep Lilac

📋 copy color: '#954BCD'

red 149 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #954BCD

Tints of Deep Lilac #954BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 34.73%
G = 17.48%
B = 47.79%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#954BCD (or 0x954BCD) is known color: Deep Lilac. HEX triplet: 95, 4B and CD. RGB value is (149,75,205). Sum of RGB (Red+Green+Blue) = 149+75+205=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #954BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BCD is #6AB432. Grayscale: #6F6F6F. Windows color (decimal): -6992947 or 13454229. OLE color: 13454229.

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

Color convert

RGB 149 75 205 -
CMYK 0.27 0.63 0 0.20
HSL 274.15º 0.57% 0.55% -
HSV(B) 274.15º 0.63% 0.8% -
XYZ 25.93 15.83 59.45 -
YUV 111.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 149 75 205 0.27 0.63 0 0.20 274.15 0.57 0.55
Hex 95 4B CD 1B 3F 0 14 112 39 37
Octal 225 113 315 33 77 0 24 422 71 67
Binary 10010101 1001011 11001101 11011 111111 0 10100 100010010 111001 110111

Color Harmonies of #954BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BCD

Black with #954BCD

Text Example


Text Example

White with #954BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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