#936297

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

Shades of Violet Blue #936297

Tints of Violet Blue #936297

Color information

#936297 (or 0x936297) is unknown color: approx Violet Blue. HEX triplet: 93, 62 and 97. RGB value is (147,98,151). Sum of RGB (Red+Green+Blue) = 147+98+151=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #936297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936297 is #6C9D68. Grayscale: #767676. Windows color (decimal): -7118185 or 9921171. OLE color: 9921171.

HSL color Cylindrical-coordinate representation of color #936297: hue angle of 295.47º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936297 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14798151-
CMYK0.030.3500.41
HSL295.47º21.29%48.82%-
HSV(B)295.47º35.1%59.22%-
XYZ21.9917.1731.43-
YUV118.69146.23148.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=37.12%
G=24.75%
B=38.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147981510.030.3500.41295.4721.2948.82
Hex9362973230291271531
Octal2231422273430514472561
Binary1001001111000101001011111100011010100110010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936297; }

 p { color: rgb(147,98,151); }

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

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

 a { background-color: rgb(147,98,151); }

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

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

 span { border-color: rgb(147,98,151); }

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