Html Css Color HEX #954DB4 Deep Lilac

📋 copy color: '#954DB4'

red 149 ◦ green 77 ◦ blue 180

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

Shades of Deep Lilac #954DB4

Tints of Deep Lilac #954DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 36.7%
G = 18.97%
B = 44.33%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#954DB4 (or 0x954DB4) is known color: Deep Lilac. HEX triplet: 95, 4D and B4. RGB value is (149,77,180). Sum of RGB (Red+Green+Blue) = 149+77+180=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #954DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DB4 is #6AB24B. Grayscale: #6D6D6D. Windows color (decimal): -6992460 or 11816341. OLE color: 11816341.

HSL color Cylindrical-coordinate representation of color #954DB4: hue angle of 281.94º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954DB4 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 77 180 -
CMYK 0.17 0.57 0 0.29
HSL 281.94º 0.41% 0.5% -
HSV(B) 281.94º 0.57% 0.71% -
XYZ 23.29 14.99 44.85 -
YUV 110.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 149 77 180 0.17 0.57 0 0.29 281.94 0.41 0.5
Hex 95 4D B4 11 39 0 1D 11A 29 32
Octal 225 115 264 21 71 0 35 432 51 62
Binary 10010101 1001101 10110100 10001 111001 0 11101 100011010 101001 110010

Color Harmonies of #954DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DB4

Black with #954DB4

Text Example


Text Example

White with #954DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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