#9204FA

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

Shades of Dark Violet #9204FA

Tints of Dark Violet #9204FA

Color information

#9204FA (or 0x9204FA) is unknown color: approx Dark Violet. HEX triplet: 92, 04 and FA. RGB value is (146,4,250). Sum of RGB (Red+Green+Blue) = 146+4+250=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #9204FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9204FA is #6DFB05. Grayscale: #494949. Windows color (decimal): -7207686 or 16385170. OLE color: 16385170.

HSL color Cylindrical-coordinate representation of color #9204FA: hue angle of 274.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204FA is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1464250-
CMYK0.420.9800.02
HSL274.63º96.85%49.8%-
HSV(B)274.63º98.4%98.04%-
XYZ29.1513.191.43-
YUV74.5227.04179-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 4 (1.95% from 255) = 1%
BLUE value IS 250 (98.05% from 255) = 62.5%
R=36.5%
G=1%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14642500.420.9800.02274.6396.8549.8
Hex924FA2A62021136132
Octal2224372521420242314162
Binary100100101001111101010101011000100101000100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9204FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9204FA; }

 p { color: rgb(146,4,250); }

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

<style>
 a { background-color: #9204FA; }

 a { background-color: rgb(146,4,250); }

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

<style>
 span { border-color: #9204FA; }

 span { border-color: rgb(146,4,250); }

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