#936195

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

Shades of Violet Blue #936195

Tints of Violet Blue #936195

Color information

#936195 (or 0x936195) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 95. RGB value is (147,97,149). Sum of RGB (Red+Green+Blue) = 147+97+149=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #936195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936195 is #6C9E6A. Grayscale: #757575. Windows color (decimal): -7118443 or 9789843. OLE color: 9789843.

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

Color convert

RGB14797149-
CMYK0.010.3500.42
HSL297.69º21.14%48.24%-
HSV(B)297.69º34.9%58.43%-
XYZ21.7316.9230.55-
YUV117.88145.56148.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=37.40%
G=24.68%
B=37.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147971490.010.3500.42297.6921.1448.24
Hex93619512302A12a1530
Octal2231412251430524522560
Binary100100111100001100101011100011010101010010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936195; }

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

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

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

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

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

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

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

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