#936198

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

Shades of Violet Blue #936198

Tints of Violet Blue #936198

Color information

#936198 (or 0x936198) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 98. RGB value is (147,97,152). Sum of RGB (Red+Green+Blue) = 147+97+152=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #936198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936198 is #6C9E67. Grayscale: #767676. Windows color (decimal): -7118440 or 9986451. OLE color: 9986451.

HSL color Cylindrical-coordinate representation of color #936198: hue angle of 294.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #936198 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14797152-
CMYK0.030.3600.40
HSL294.55º22.09%48.82%-
HSV(B)294.55º36.18%59.61%-
XYZ21.9717.0231.83-
YUV118.22147.06148.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=37.12%
G=24.49%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147971520.030.3600.40294.5522.0948.82
Hex9361983240281271631
Octal2231412303440504472661
Binary1001001111000011001100011100100010100010010011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936198; }

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

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

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

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

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

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

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

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