Html Css Color HEX #954AB9 Deep Lilac

📋 copy color: '#954AB9'

red 149 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #954AB9

Tints of Deep Lilac #954AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 36.52%
G = 18.14%
B = 45.34%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#954AB9 (or 0x954AB9) is known color: Deep Lilac. HEX triplet: 95, 4A and B9. RGB value is (149,74,185). Sum of RGB (Red+Green+Blue) = 149+74+185=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #954AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AB9 is #6AB546. Grayscale: #6C6C6C. Windows color (decimal): -6993223 or 12143253. OLE color: 12143253.

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

Color convert

RGB 149 74 185 -
CMYK 0.19 0.6 0 0.27
HSL 280.54º 0.44% 0.51% -
HSV(B) 280.54º 0.6% 0.73% -
XYZ 23.6 14.79 47.51 -
YUV 109.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 149 74 185 0.19 0.6 0 0.27 280.54 0.44 0.51
Hex 95 4A B9 13 3C 0 1B 119 2C 33
Octal 225 112 271 23 74 0 33 431 54 63
Binary 10010101 1001010 10111001 10011 111100 0 11011 100011001 101100 110011

Color Harmonies of #954AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AB9

Black with #954AB9

Text Example


Text Example

White with #954AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,185); }

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

background-color css

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

 a { background-color: rgb(149,74,185); }

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

border-color css

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

 span { border-color: rgb(149,74,185); }

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