#935EA3

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

Shades of Violet Blue #935EA3

Tints of Violet Blue #935EA3

Color information

#935EA3 (or 0x935EA3) is unknown color: approx Violet Blue. HEX triplet: 93, 5E and A3. RGB value is (147,94,163). Sum of RGB (Red+Green+Blue) = 147+94+163=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 163 - color contains mainly: blue. Hex color #935EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EA3 is #6CA15C. Grayscale: #757575. Windows color (decimal): -7119197 or 10706579. OLE color: 10706579.

HSL color Cylindrical-coordinate representation of color #935EA3: hue angle of 286.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935EA3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14794163-
CMYK0.100.4200.36
HSL286.09º27.27%50.39%-
HSV(B)286.09º42.33%63.92%-
XYZ22.6516.8536.71-
YUV117.71153.56148.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 163 (64.06% from 255) = 40.35%
R=36.39%
G=23.27%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147941630.100.4200.36286.0927.2750.39
Hex935EA3A2A02411e1b32
Octal22313624312520444363362
Binary100100111011110101000111010101010010010010001111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935EA3; }

 p { color: rgb(147,94,163); }

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

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

 a { background-color: rgb(147,94,163); }

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

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

 span { border-color: rgb(147,94,163); }

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