Html Css Color HEX #954AB6 Deep Lilac

📋 copy color: '#954AB6'

red 149 ◦ green 74 ◦ blue 182

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

Shades of Deep Lilac #954AB6

Tints of Deep Lilac #954AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 36.79%
G = 18.27%
B = 44.94%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#954AB6 (or 0x954AB6) is known color: Deep Lilac. HEX triplet: 95, 4A and B6. RGB value is (149,74,182). Sum of RGB (Red+Green+Blue) = 149+74+182=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #954AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AB6 is #6AB549. Grayscale: #6C6C6C. Windows color (decimal): -6993226 or 11946645. OLE color: 11946645.

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

Color convert

RGB 149 74 182 -
CMYK 0.18 0.59 0 0.29
HSL 281.67º 0.43% 0.5% -
HSV(B) 281.67º 0.59% 0.71% -
XYZ 23.29 14.66 45.86 -
YUV 108.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 149 74 182 0.18 0.59 0 0.29 281.67 0.43 0.5
Hex 95 4A B6 12 3B 0 1D 11A 2B 32
Octal 225 112 266 22 73 0 35 432 53 62
Binary 10010101 1001010 10110110 10010 111011 0 11101 100011010 101011 110010

Color Harmonies of #954AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AB6

Black with #954AB6

Text Example


Text Example

White with #954AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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