#920FE7

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

Shades of Dark Violet #920FE7

Tints of Dark Violet #920FE7

Color information

#920FE7 (or 0x920FE7) is unknown color: approx Dark Violet. HEX triplet: 92, 0F and E7. RGB value is (146,15,231). Sum of RGB (Red+Green+Blue) = 146+15+231=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #920FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920FE7 is #6DF018. Grayscale: #4E4E4E. Windows color (decimal): -7204889 or 15142802. OLE color: 15142802.

HSL color Cylindrical-coordinate representation of color #920FE7: hue angle of 276.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920FE7 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14615231-
CMYK0.370.9400.09
HSL276.39º87.8%48.24%-
HSV(B)276.39º93.51%90.59%-
XYZ26.4512.2276.57-
YUV78.79213.9175.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 15 (6.25% from 255) = 3.83%
BLUE value IS 231 (90.62% from 255) = 58.93%
R=37.24%
G=3.83%
B=58.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146152310.370.9400.09276.3987.848.24
Hex92FE7255E091145830
Octal222173474513601142413060
Binary100100101111111001111001011011110010011000101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920FE7; }

 p { color: rgb(146,15,231); }

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

<style>
 a { background-color: #920FE7; }

 a { background-color: rgb(146,15,231); }

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

<style>
 span { border-color: #920FE7; }

 span { border-color: rgb(146,15,231); }

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