#9323EE

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

Shades of Blue Violet #9323EE

Tints of Blue Violet #9323EE

Color information

#9323EE (or 0x9323EE) is unknown color: approx Blue Violet. HEX triplet: 93, 23 and EE. RGB value is (147,35,238). Sum of RGB (Red+Green+Blue) = 147+35+238=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #9323EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9323EE is #6CDC11. Grayscale: #5A5A5A. Windows color (decimal): -7134226 or 15606675. OLE color: 15606675.

HSL color Cylindrical-coordinate representation of color #9323EE: hue angle of 273.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9323EE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14735238-
CMYK0.380.8500.07
HSL273.1º85.65%53.53%-
HSV(B)273.1º85.29%93.33%-
XYZ28.0713.5882.03-
YUV91.63210.61167.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 35 (14.06% from 255) = 8.33%
BLUE value IS 238 (93.36% from 255) = 56.67%
R=35%
G=8.33%
B=56.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147352380.380.8500.07273.185.6553.53
Hex9323EE2655071115636
Octal22343356461250742112666
Binary1001001110001111101110100110101010101111000100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9323EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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