#9321A2

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

Shades of Vivid Violet #9321A2

Tints of Vivid Violet #9321A2

Color information

#9321A2 (or 0x9321A2) is unknown color: approx Vivid Violet. HEX triplet: 93, 21 and A2. RGB value is (147,33,162). Sum of RGB (Red+Green+Blue) = 147+33+162=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #9321A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9321A2 is #6CDE5D. Grayscale: #515151. Windows color (decimal): -7134814 or 10625427. OLE color: 10625427.

HSL color Cylindrical-coordinate representation of color #9321A2: hue angle of 293.02º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9321A2 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14733162-
CMYK0.090.8000.36
HSL293.02º66.15%38.24%-
HSV(B)293.02º79.63%63.53%-
XYZ19.19.935.09-
YUV81.79173.27174.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=42.98%
G=9.65%
B=47.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147331620.090.8000.36293.0266.1538.24
Hex9321A29500241254226
Octal223412421112004444510246
Binary10010011100001101000101001101000001001001001001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9321A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9321A2; }

 p { color: rgb(147,33,162); }

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

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

 a { background-color: rgb(147,33,162); }

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

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

 span { border-color: rgb(147,33,162); }

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