Html Css Color HEX #945AAB Deep Lilac

📋 copy color: '#945AAB'

red 148 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #945AAB

Tints of Deep Lilac #945AAB

RGB

 RED value IS 148 (58.2% from 255) = 36.19%

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 36.19%
G = 22%
B = 41.81%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#945AAB (or 0x945AAB) is known color: Deep Lilac. HEX triplet: 94, 5A and AB. RGB value is (148,90,171). Sum of RGB (Red+Green+Blue) = 148+90+171=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #945AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AAB is #6BA554. Grayscale: #747474. Windows color (decimal): -7054677 or 11229844. OLE color: 11229844.

HSL color Cylindrical-coordinate representation of color #945AAB: hue angle of 282.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945AAB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 90 171 -
CMYK 0.13 0.47 0 0.33
HSL 282.96º 0.33% 0.51% -
HSV(B) 282.96º 0.47% 0.67% -
XYZ 23.22 16.55 40.5 -
YUV 116.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 148 90 171 0.13 0.47 0 0.33 282.96 0.33 0.51
Hex 94 5A AB D 2F 0 21 11B 21 33
Octal 224 132 253 15 57 0 41 433 41 63
Binary 10010100 1011010 10101011 1101 101111 0 100001 100011011 100001 110011

Color Harmonies of #945AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AAB

Black with #945AAB

Text Example


Text Example

White with #945AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945AAB; }

 p { color: rgb(148,90,171); }

 H1.HeaderClassName
 {
   color: #945AAB;
 }
 .AnyTagClassName
 {
   color: #945AAB;
 }
</style>

background-color css

<style>
 a { background-color: #945AAB; }

 a { background-color: rgb(148,90,171); }

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

border-color css

<style>
 span { border-color: #945AAB; }

 span { border-color: rgb(148,90,171); }

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