#9304F2

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

Shades of Dark Violet #9304F2

Tints of Dark Violet #9304F2

Color information

#9304F2 (or 0x9304F2) is unknown color: approx Dark Violet. HEX triplet: 93, 04 and F2. RGB value is (147,4,242). Sum of RGB (Red+Green+Blue) = 147+4+242=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #9304F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304F2 is #6CFB0D. Grayscale: #494949. Windows color (decimal): -7142158 or 15860883. OLE color: 15860883.

HSL color Cylindrical-coordinate representation of color #9304F2: hue angle of 276.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304F2 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1474242-
CMYK0.390.9800.05
HSL276.05º96.75%48.24%-
HSV(B)276.05º98.35%94.9%-
XYZ28.112.784.97-
YUV73.89222.88180.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 242 (94.92% from 255) = 61.58%
R=37.40%
G=1.02%
B=61.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14742420.390.9800.05276.0596.7548.24
Hex934F22762051146130
Octal2234362471420542414160
Binary1001001110011110010100111110001001011000101001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9304F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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