#935095

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

Shades of Violet Blue #935095

Tints of Violet Blue #935095

Color information

#935095 (or 0x935095) is unknown color: approx Violet Blue. HEX triplet: 93, 50 and 95. RGB value is (147,80,149). Sum of RGB (Red+Green+Blue) = 147+80+149=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #935095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935095 is #6CAF6A. Grayscale: #6B6B6B. Windows color (decimal): -7122795 or 9785491. OLE color: 9785491.

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

Color convert

RGB14780149-
CMYK0.010.4600.42
HSL298.26º30.13%44.9%-
HSV(B)298.26º46.31%58.43%-
XYZ20.3314.1130.09-
YUV107.9151.2155.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=39.10%
G=21.28%
B=39.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147801490.010.4600.42298.2630.1344.9
Hex93509512E02A12a1e2d
Octal2231202251560524523655
Binary100100111010000100101011101110010101010010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935095; }

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

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

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

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

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

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

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

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