Html Css Color HEX #954CB5 Deep Lilac

📋 copy color: '#954CB5'

red 149 ◦ green 76 ◦ blue 181

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

Shades of Deep Lilac #954CB5

Tints of Deep Lilac #954CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 36.7%
G = 18.72%
B = 44.58%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#954CB5 (or 0x954CB5) is known color: Deep Lilac. HEX triplet: 95, 4C and B5. RGB value is (149,76,181). Sum of RGB (Red+Green+Blue) = 149+76+181=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #954CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CB5 is #6AB34A. Grayscale: #6D6D6D. Windows color (decimal): -6992715 or 11881621. OLE color: 11881621.

HSL color Cylindrical-coordinate representation of color #954CB5: hue angle of 281.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954CB5 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 76 181 -
CMYK 0.18 0.58 0 0.29
HSL 281.71º 0.42% 0.5% -
HSV(B) 281.71º 0.58% 0.71% -
XYZ 23.32 14.89 45.36 -
YUV 109.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 149 76 181 0.18 0.58 0 0.29 281.71 0.42 0.5
Hex 95 4C B5 12 3A 0 1D 11A 2A 32
Octal 225 114 265 22 72 0 35 432 52 62
Binary 10010101 1001100 10110101 10010 111010 0 11101 100011010 101010 110010

Color Harmonies of #954CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CB5

Black with #954CB5

Text Example


Text Example

White with #954CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,181); }

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

background-color css

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

 a { background-color: rgb(149,76,181); }

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

border-color css

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

 span { border-color: rgb(149,76,181); }

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