Html Css Color HEX #954DBF Deep Lilac

📋 copy color: '#954DBF'

red 149 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #954DBF

Tints of Deep Lilac #954DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 35.73%
G = 18.47%
B = 45.8%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#954DBF (or 0x954DBF) is known color: Deep Lilac. HEX triplet: 95, 4D and BF. RGB value is (149,77,191). Sum of RGB (Red+Green+Blue) = 149+77+191=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #954DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DBF is #6AB240. Grayscale: #6F6F6F. Windows color (decimal): -6992449 or 12537237. OLE color: 12537237.

HSL color Cylindrical-coordinate representation of color #954DBF: hue angle of 277.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954DBF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 77 191 -
CMYK 0.22 0.60 0 0.25
HSL 277.89º 0.47% 0.53% -
HSV(B) 277.89º 0.6% 0.75% -
XYZ 24.45 15.46 50.99 -
YUV 111.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 149 77 191 0.22 0.60 0 0.25 277.89 0.47 0.53
Hex 95 4D BF 16 3C 0 19 116 2F 35
Octal 225 115 277 26 74 0 31 426 57 65
Binary 10010101 1001101 10111111 10110 111100 0 11001 100010110 101111 110101

Color Harmonies of #954DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DBF

Black with #954DBF

Text Example


Text Example

White with #954DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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