#9304EB

Color #9304EB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9304EB

Tints of Dark Violet #9304EB

Color information

#9304EB (or 0x9304EB) is unknown color: approx Dark Violet. HEX triplet: 93, 04 and EB. RGB value is (147,4,235). Sum of RGB (Red+Green+Blue) = 147+4+235=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #9304EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304EB is #6CFB14. Grayscale: #484848. Windows color (decimal): -7142165 or 15402131. OLE color: 15402131.

HSL color Cylindrical-coordinate representation of color #9304EB: hue angle of 277.14º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304EB is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1474235-
CMYK0.370.9800.08
HSL277.14º96.65%46.86%-
HSV(B)277.14º98.3%92.16%-
XYZ27.0712.2979.54-
YUV73.09219.38180.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=38.08%
G=1.04%
B=60.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal14742350.370.9800.08277.1496.6546.86
Hex934EB256208115612f
Octal22343534514201042514157
Binary10010011100111010111001011100010010001000101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9304EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9304EB; }

 p { color: rgb(147,4,235); }

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

<style>
 a { background-color: #9304EB; }

 a { background-color: rgb(147,4,235); }

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

<style>
 span { border-color: #9304EB; }

 span { border-color: rgb(147,4,235); }

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