#934BC4

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

Shades of Deep Lilac #934BC4

Tints of Deep Lilac #934BC4

Color information

#934BC4 (or 0x934BC4) is unknown color: approx Deep Lilac. HEX triplet: 93, 4B and C4. RGB value is (147,75,196). Sum of RGB (Red+Green+Blue) = 147+75+196=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #934BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BC4 is #6CB43B. Grayscale: #6D6D6D. Windows color (decimal): -7124028 or 12864403. OLE color: 12864403.

HSL color Cylindrical-coordinate representation of color #934BC4: hue angle of 275.7º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934BC4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14775196-
CMYK0.250.6200.23
HSL275.7º50.63%53.14%-
HSV(B)275.7º61.73%76.86%-
XYZ24.5115.2253.87-
YUV110.32176.35154.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=35.17%
G=17.94%
B=46.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal147751960.250.6200.23275.750.6353.14
Hex934BC4193E0171143335
Octal22311330431760274246365
Binary1001001110010111100010011001111110010111100010100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,196); }

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

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

 a { background-color: rgb(147,75,196); }

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

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

 span { border-color: rgb(147,75,196); }

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