#934CAA

Color #934CAA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #934CAA

Tints of Deep Lilac #934CAA

Color information

#934CAA (or 0x934CAA) is unknown color: approx Deep Lilac. HEX triplet: 93, 4C and AA. RGB value is (147,76,170). Sum of RGB (Red+Green+Blue) = 147+76+170=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 76 (30.08% from 255 or 19.34% 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 #934CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934CAA is #6CB355. Grayscale: #6B6B6B. Windows color (decimal): -7123798 or 11160723. OLE color: 11160723.

HSL color Cylindrical-coordinate representation of color #934CAA: hue angle of 285.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934CAA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14776170-
CMYK0.140.5500.33
HSL285.32º38.21%48.24%-
HSV(B)285.32º55.29%66.67%-
XYZ21.8714.2739.63-
YUV107.94163.02155.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=37.40%
G=19.34%
B=43.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147761700.140.5500.33285.3238.2148.24
Hex934CAAE3702111d2630
Octal22311425216670414354660
Binary1001001110011001010101011101101110100001100011101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934CAA; }

 p { color: rgb(147,76,170); }

 H1.HeaderClassName
 {
   color: #934CAA;
 }
 .AnyTagClassName
 {
   color: #934CAA;
 }
</style>
background-color css

<style>
 a { background-color: #934CAA; }

 a { background-color: rgb(147,76,170); }

 div.DivClassName
 {
   background-color: #934CAA;
 }
 .BgClassName
 {
   background-color: #934CAA;
 }
</style>
border-color css

<style>
 span { border-color: #934CAA; }

 span { border-color: rgb(147,76,170); }

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