Html Css Color HEX #954DB1 Deep Lilac

📋 copy color: '#954DB1'

red 149 ◦ green 77 ◦ blue 177

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

Shades of Deep Lilac #954DB1

Tints of Deep Lilac #954DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 36.97%
G = 19.11%
B = 43.92%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#954DB1 (or 0x954DB1) is known color: Deep Lilac. HEX triplet: 95, 4D and B1. RGB value is (149,77,177). Sum of RGB (Red+Green+Blue) = 149+77+177=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #954DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DB1 is #6AB24E. Grayscale: #6D6D6D. Windows color (decimal): -6992463 or 11619733. OLE color: 11619733.

HSL color Cylindrical-coordinate representation of color #954DB1: hue angle of 283.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954DB1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 77 177 -
CMYK 0.16 0.56 0 0.31
HSL 283.2º 0.39% 0.5% -
HSV(B) 283.2º 0.56% 0.69% -
XYZ 22.98 14.87 43.25 -
YUV 109.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 149 77 177 0.16 0.56 0 0.31 283.2 0.39 0.5
Hex 95 4D B1 10 38 0 1F 11B 27 32
Octal 225 115 261 20 70 0 37 433 47 62
Binary 10010101 1001101 10110001 10000 111000 0 11111 100011011 100111 110010

Color Harmonies of #954DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DB1

Black with #954DB1

Text Example


Text Example

White with #954DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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