#9355A4

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

Shades of Violet Blue #9355A4

Tints of Violet Blue #9355A4

Color information

#9355A4 (or 0x9355A4) is unknown color: approx Violet Blue. HEX triplet: 93, 55 and A4. RGB value is (147,85,164). Sum of RGB (Red+Green+Blue) = 147+85+164=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #9355A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9355A4 is #6CAA5B. Grayscale: #707070. Windows color (decimal): -7121500 or 10769811. OLE color: 10769811.

HSL color Cylindrical-coordinate representation of color #9355A4: hue angle of 287.09º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9355A4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14785164-
CMYK0.100.4800.36
HSL287.09º31.73%48.82%-
HSV(B)287.09º48.17%64.31%-
XYZ21.9815.3836.93-
YUV112.54157.04152.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=37.12%
G=21.46%
B=41.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147851640.100.4800.36287.0931.7348.82
Hex9355A4A3002411f2031
Octal22312524412600444374061
Binary1001001110101011010010010101100000100100100011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9355A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9355A4; }

 p { color: rgb(147,85,164); }

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

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

 a { background-color: rgb(147,85,164); }

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

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

 span { border-color: rgb(147,85,164); }

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