#9326AA

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

Shades of Vivid Violet #9326AA

Tints of Vivid Violet #9326AA

Color information

#9326AA (or 0x9326AA) is unknown color: approx Vivid Violet. HEX triplet: 93, 26 and AA. RGB value is (147,38,170). Sum of RGB (Red+Green+Blue) = 147+38+170=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #9326AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9326AA is #6CD955. Grayscale: #555555. Windows color (decimal): -7133526 or 11150995. OLE color: 11150995.

HSL color Cylindrical-coordinate representation of color #9326AA: hue angle of 289.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9326AA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14738170-
CMYK0.140.7800.33
HSL289.55º63.46%40.78%-
HSV(B)289.55º77.65%66.67%-
XYZ19.9810.4939-
YUV85.64175.61171.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 38 (15.23% from 255) = 10.70%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=41.41%
G=10.70%
B=47.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147381700.140.7800.33289.5563.4640.78
Hex9326AAE4E0211223f29
Octal22346252161160414427751
Binary1001001110011010101010111010011100100001100100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9326AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9326AA; }

 p { color: rgb(147,38,170); }

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

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

 a { background-color: rgb(147,38,170); }

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

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

 span { border-color: rgb(147,38,170); }

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