#936298

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

Shades of Violet Blue #936298

Tints of Violet Blue #936298

Color information

#936298 (or 0x936298) is unknown color: approx Violet Blue. HEX triplet: 93, 62 and 98. RGB value is (147,98,152). Sum of RGB (Red+Green+Blue) = 147+98+152=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #936298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936298 is #6C9D67. Grayscale: #767676. Windows color (decimal): -7118184 or 9986707. OLE color: 9986707.

HSL color Cylindrical-coordinate representation of color #936298: hue angle of 294.44º 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 #936298 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14798152-
CMYK0.030.3600.40
HSL294.44º21.6%49.02%-
HSV(B)294.44º35.53%59.61%-
XYZ22.0717.2131.86-
YUV118.81146.73148.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=37.03%
G=24.69%
B=38.29%

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
Decimal147981520.030.3600.40294.4421.649.02
Hex9362983240281261631
Octal2231422303440504462661
Binary1001001111000101001100011100100010100010010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936298; }

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

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

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

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

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

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

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

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