Html Css Color HEX #954AAA Deep Lilac

📋 copy color: '#954AAA'

red 149 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #954AAA

Tints of Deep Lilac #954AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 37.91%
G = 18.83%
B = 43.26%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#954AAA (or 0x954AAA) is known color: Deep Lilac. HEX triplet: 95, 4A and AA. RGB value is (149,74,170). Sum of RGB (Red+Green+Blue) = 149+74+170=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #954AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAA is #6AB555. Grayscale: #6B6B6B. Windows color (decimal): -6993238 or 11160213. OLE color: 11160213.

HSL color Cylindrical-coordinate representation of color #954AAA: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954AAA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 74 170 -
CMYK 0.12 0.56 0 0.33
HSL 286.88º 0.39% 0.48% -
HSV(B) 286.88º 0.56% 0.67% -
XYZ 22.1 14.19 39.6 -
YUV 107.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 149 74 170 0.12 0.56 0 0.33 286.88 0.39 0.48
Hex 95 4A AA C 38 0 21 11F 27 30
Octal 225 112 252 14 70 0 41 437 47 60
Binary 10010101 1001010 10101010 1100 111000 0 100001 100011111 100111 110000

Color Harmonies of #954AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AAA

Black with #954AAA

Text Example


Text Example

White with #954AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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