#9321DD

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

Shades of Blue Violet #9321DD

Tints of Blue Violet #9321DD

Color information

#9321DD (or 0x9321DD) is unknown color: approx Blue Violet. HEX triplet: 93, 21 and DD. RGB value is (147,33,221). Sum of RGB (Red+Green+Blue) = 147+33+221=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #9321DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321DD is #6CDE22. Grayscale: #575757. Windows color (decimal): -7134755 or 14492051. OLE color: 14492051.

HSL color Cylindrical-coordinate representation of color #9321DD: hue angle of 276.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9321DD is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14733221-
CMYK0.330.8500.13
HSL276.38º74.02%49.8%-
HSV(B)276.38º85.07%86.67%-
XYZ25.6312.5169.47-
YUV88.52202.77169.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=36.66%
G=8.23%
B=55.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147332210.330.8500.13276.3874.0249.8
Hex9321DD21550D1144a32
Octal223413354112501542411262
Binary10010011100001110111011000011010101011011000101001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9321DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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