#935395

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

Shades of Violet Blue #935395

Tints of Violet Blue #935395

Color information

#935395 (or 0x935395) is unknown color: approx Violet Blue. HEX triplet: 93, 53 and 95. RGB value is (147,83,149). Sum of RGB (Red+Green+Blue) = 147+83+149=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #935395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935395 is #6CAC6A. Grayscale: #6D6D6D. Windows color (decimal): -7122027 or 9786259. OLE color: 9786259.

HSL color Cylindrical-coordinate representation of color #935395: hue angle of 298.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935395 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14783149-
CMYK0.010.4400.42
HSL298.18º28.45%45.49%-
HSV(B)298.18º44.3%58.43%-
XYZ20.5514.5630.16-
YUV109.66150.2154.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=38.79%
G=21.90%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147831490.010.4400.42298.1828.4545.49
Hex93539512C02A12a1c2d
Octal2231232251540524523455
Binary100100111010011100101011101100010101010010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935395; }

 p { color: rgb(147,83,149); }

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

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

 a { background-color: rgb(147,83,149); }

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

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

 span { border-color: rgb(147,83,149); }

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