#9321E3

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

Shades of Blue Violet #9321E3

Tints of Blue Violet #9321E3

Color information

#9321E3 (or 0x9321E3) is unknown color: approx Blue Violet. HEX triplet: 93, 21 and E3. RGB value is (147,33,227). Sum of RGB (Red+Green+Blue) = 147+33+227=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #9321E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321E3 is #6CDE1C. Grayscale: #585858. Windows color (decimal): -7134749 or 14885267. OLE color: 14885267.

HSL color Cylindrical-coordinate representation of color #9321E3: hue angle of 275.26º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9321E3 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14733227-
CMYK0.350.8500.11
HSL275.26º77.6%50.98%-
HSV(B)275.26º85.46%89.02%-
XYZ26.4412.8473.76-
YUV89.2205.77169.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 227 (89.06% from 255) = 55.77%
R=36.12%
G=8.11%
B=55.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal147332270.350.8500.11275.2677.650.98
Hex9321E323550B1134e33
Octal223413434312501342311663
Binary10010011100001111000111000111010101010111000100111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9321E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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