#9359A0

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

Shades of Violet Blue #9359A0

Tints of Violet Blue #9359A0

Color information

#9359A0 (or 0x9359A0) is unknown color: approx Violet Blue. HEX triplet: 93, 59 and A0. RGB value is (147,89,160). Sum of RGB (Red+Green+Blue) = 147+89+160=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #9359A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9359A0 is #6CA65F. Grayscale: #727272. Windows color (decimal): -7120480 or 10508691. OLE color: 10508691.

HSL color Cylindrical-coordinate representation of color #9359A0: hue angle of 289.01º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9359A0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14789160-
CMYK0.080.4400.37
HSL289.01º28.51%48.82%-
HSV(B)289.01º44.37%62.75%-
XYZ21.9515.8935.17-
YUV114.44153.72151.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=37.12%
G=22.47%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147891600.080.4400.37289.0128.5148.82
Hex9359A082C0251211d31
Octal22313124010540454413561
Binary100100111011001101000001000101100010010110010000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9359A0; }

 p { color: rgb(147,89,160); }

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

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

 a { background-color: rgb(147,89,160); }

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

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

 span { border-color: rgb(147,89,160); }

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