#9205F1

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

Shades of Dark Violet #9205F1

Tints of Dark Violet #9205F1

Color information

#9205F1 (or 0x9205F1) is unknown color: approx Dark Violet. HEX triplet: 92, 05 and F1. RGB value is (146,5,241). Sum of RGB (Red+Green+Blue) = 146+5+241=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #9205F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9205F1 is #6DFA0E. Grayscale: #494949. Windows color (decimal): -7207439 or 15795602. OLE color: 15795602.

HSL color Cylindrical-coordinate representation of color #9205F1: hue angle of 275.85º degrees, saturation: 0.96, 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 #9205F1 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1465241-
CMYK0.390.9800.05
HSL275.85º95.93%48.24%-
HSV(B)275.85º97.93%94.51%-
XYZ27.7912.5784.18-
YUV74.06222.21179.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=37.24%
G=1.28%
B=61.48%

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
Decimal14652410.390.9800.05275.8595.9348.24
Hex925F12762051146030
Octal2225361471420542414060
Binary1001001010111110001100111110001001011000101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9205F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9205F1; }

 p { color: rgb(146,5,241); }

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

<style>
 a { background-color: #9205F1; }

 a { background-color: rgb(146,5,241); }

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

<style>
 span { border-color: #9205F1; }

 span { border-color: rgb(146,5,241); }

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