Html Css Color HEX #954EBD Deep Lilac

📋 copy color: '#954EBD'

red 149 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #954EBD

Tints of Deep Lilac #954EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 35.82%
G = 18.75%
B = 45.43%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#954EBD (or 0x954EBD) is known color: Deep Lilac. HEX triplet: 95, 4E and BD. RGB value is (149,78,189). Sum of RGB (Red+Green+Blue) = 149+78+189=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #954EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EBD is #6AB142. Grayscale: #6F6F6F. Windows color (decimal): -6992195 or 12406421. OLE color: 12406421.

HSL color Cylindrical-coordinate representation of color #954EBD: hue angle of 278.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954EBD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 78 189 -
CMYK 0.21 0.59 0 0.26
HSL 278.38º 0.46% 0.52% -
HSV(B) 278.38º 0.59% 0.74% -
XYZ 24.3 15.51 49.86 -
YUV 111.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 149 78 189 0.21 0.59 0 0.26 278.38 0.46 0.52
Hex 95 4E BD 15 3B 0 1A 116 2E 34
Octal 225 116 275 25 73 0 32 426 56 64
Binary 10010101 1001110 10111101 10101 111011 0 11010 100010110 101110 110100

Color Harmonies of #954EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EBD

Black with #954EBD

Text Example


Text Example

White with #954EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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