#936095

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

Shades of Violet Blue #936095

Tints of Violet Blue #936095

Color information

#936095 (or 0x936095) is unknown color: approx Violet Blue. HEX triplet: 93, 60 and 95. RGB value is (147,96,149). Sum of RGB (Red+Green+Blue) = 147+96+149=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #936095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936095 is #6C9F6A. Grayscale: #757575. Windows color (decimal): -7118699 or 9789587. OLE color: 9789587.

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

Color convert

RGB14796149-
CMYK0.010.3600.42
HSL297.74º21.63%48.04%-
HSV(B)297.74º35.57%58.43%-
XYZ21.6416.7430.52-
YUV117.29145.9149.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=37.5%
G=24.49%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147961490.010.3600.42297.7421.6348.04
Hex93609512402A12a1630
Octal2231402251440524522660
Binary100100111100000100101011100100010101010010101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936095; }

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

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

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

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

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

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

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

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