#935099

Color #935099 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #935099

Tints of Violet Blue #935099

Color information

#935099 (or 0x935099) is unknown color: approx Violet Blue. HEX triplet: 93, 50 and 99. RGB value is (147,80,153). Sum of RGB (Red+Green+Blue) = 147+80+153=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #935099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935099 is #6CAF66. Grayscale: #6C6C6C. Windows color (decimal): -7122791 or 10047635. OLE color: 10047635.

HSL color Cylindrical-coordinate representation of color #935099: hue angle of 295.07º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #935099 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14780153-
CMYK0.040.4800.4
HSL295.07º31.33%45.69%-
HSV(B)295.07º47.71%60%-
XYZ20.6514.2431.8-
YUV108.35153.2155.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=38.68%
G=21.05%
B=40.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147801530.040.4800.4295.0731.3345.69
Hex9350994300281271f2e
Octal2231202314600504473756
Binary10010011101000010011001100110000010100010010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935099; }

 p { color: rgb(147,80,153); }

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

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

 a { background-color: rgb(147,80,153); }

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

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

 span { border-color: rgb(147,80,153); }

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