#936C97

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

Shades of Violet Blue #936C97

Tints of Violet Blue #936C97

Color information

#936C97 (or 0x936C97) is unknown color: approx Violet Blue. HEX triplet: 93, 6C and 97. RGB value is (147,108,151). Sum of RGB (Red+Green+Blue) = 147+108+151=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #936C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C97 is #6C9368. Grayscale: #7C7C7C. Windows color (decimal): -7115625 or 9923731. OLE color: 9923731.

HSL color Cylindrical-coordinate representation of color #936C97: hue angle of 294.42º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936C97 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147108151-
CMYK0.030.2800.41
HSL294.42º17.13%50.78%-
HSV(B)294.42º28.48%59.22%-
XYZ22.9819.1631.77-
YUV124.56142.92144-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=36.21%
G=26.60%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471081510.030.2800.41294.4217.1350.78
Hex936C9731C0291261133
Octal2231542273340514462163
Binary100100111101100100101111111100010100110010011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936C97; }

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

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

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

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

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

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

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

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