Html Css Color HEX #954EBA Deep Lilac

📋 copy color: '#954EBA'

red 149 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #954EBA

Tints of Deep Lilac #954EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 36.08%
G = 18.89%
B = 45.04%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#954EBA (or 0x954EBA) is known color: Deep Lilac. HEX triplet: 95, 4E and BA. RGB value is (149,78,186). Sum of RGB (Red+Green+Blue) = 149+78+186=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #954EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EBA is #6AB145. Grayscale: #6F6F6F. Windows color (decimal): -6992198 or 12209813. OLE color: 12209813.

HSL color Cylindrical-coordinate representation of color #954EBA: hue angle of 279.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954EBA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 78 186 -
CMYK 0.20 0.58 0 0.27
HSL 279.44º 0.44% 0.52% -
HSV(B) 279.44º 0.58% 0.73% -
XYZ 23.98 15.38 48.16 -
YUV 111.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 149 78 186 0.20 0.58 0 0.27 279.44 0.44 0.52
Hex 95 4E BA 14 3A 0 1B 117 2C 34
Octal 225 116 272 24 72 0 33 427 54 64
Binary 10010101 1001110 10111010 10100 111010 0 11011 100010111 101100 110100

Color Harmonies of #954EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EBA

Black with #954EBA

Text Example


Text Example

White with #954EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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