#9323E6

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

Shades of Blue Violet #9323E6

Tints of Blue Violet #9323E6

Color information

#9323E6 (or 0x9323E6) is unknown color: approx Blue Violet. HEX triplet: 93, 23 and E6. RGB value is (147,35,230). Sum of RGB (Red+Green+Blue) = 147+35+230=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #9323E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9323E6 is #6CDC19. Grayscale: #5A5A5A. Windows color (decimal): -7134234 or 15082387. OLE color: 15082387.

HSL color Cylindrical-coordinate representation of color #9323E6: hue angle of 274.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9323E6 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14735230-
CMYK0.360.8500.10
HSL274.46º79.59%51.96%-
HSV(B)274.46º84.78%90.2%-
XYZ26.9213.1275.98-
YUV90.72206.61168.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 35 (14.06% from 255) = 8.50%
BLUE value IS 230 (90.23% from 255) = 55.83%
R=35.68%
G=8.50%
B=55.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal147352300.360.8500.10274.4679.5951.96
Hex9323E624550A1125034
Octal223433464412501242212064
Binary10010011100011111001101001001010101010101000100101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9323E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9323E6; }

 p { color: rgb(147,35,230); }

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

<style>
 a { background-color: #9323E6; }

 a { background-color: rgb(147,35,230); }

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

<style>
 span { border-color: #9323E6; }

 span { border-color: rgb(147,35,230); }

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