Html Css Color HEX #954EB3 Deep Lilac

📋 copy color: '#954EB3'

red 149 ◦ green 78 ◦ blue 179

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

Shades of Deep Lilac #954EB3

Tints of Deep Lilac #954EB3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 36.7%
G = 19.21%
B = 44.09%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#954EB3 (or 0x954EB3) is known color: Deep Lilac. HEX triplet: 95, 4E and B3. RGB value is (149,78,179). Sum of RGB (Red+Green+Blue) = 149+78+179=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #954EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EB3 is #6AB14C. Grayscale: #6E6E6E. Windows color (decimal): -6992205 or 11751061. OLE color: 11751061.

HSL color Cylindrical-coordinate representation of color #954EB3: hue angle of 282.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954EB3 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 78 179 -
CMYK 0.17 0.56 0 0.30
HSL 282.18º 0.4% 0.5% -
HSV(B) 282.18º 0.56% 0.7% -
XYZ 23.26 15.09 44.34 -
YUV 110.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 149 78 179 0.17 0.56 0 0.30 282.18 0.4 0.5
Hex 95 4E B3 11 38 0 1E 11A 28 32
Octal 225 116 263 21 70 0 36 432 50 62
Binary 10010101 1001110 10110011 10001 111000 0 11110 100011010 101000 110010

Color Harmonies of #954EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EB3

Black with #954EB3

Text Example


Text Example

White with #954EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,78,179); }

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

background-color css

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

 a { background-color: rgb(149,78,179); }

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

border-color css

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

 span { border-color: rgb(149,78,179); }

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