#936997

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

Shades of Violet Blue #936997

Tints of Violet Blue #936997

Color information

#936997 (or 0x936997) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 97. RGB value is (147,105,151). Sum of RGB (Red+Green+Blue) = 147+105+151=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #936997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936997 is #6C9668. Grayscale: #7A7A7A. Windows color (decimal): -7116393 or 9922963. OLE color: 9922963.

HSL color Cylindrical-coordinate representation of color #936997: hue angle of 294.78º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936997 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147105151-
CMYK0.030.3000.41
HSL294.78º18.11%50.2%-
HSV(B)294.78º30.46%59.22%-
XYZ22.6718.5431.66-
YUV122.8143.91145.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=36.48%
G=26.05%
B=37.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471051510.030.3000.41294.7818.1150.2
Hex93699731E0291271232
Octal2231512273360514472262
Binary100100111101001100101111111110010100110010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936997; }

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

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

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

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

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

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

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

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