#910FE7

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

Shades of Dark Violet #910FE7

Tints of Dark Violet #910FE7

Color information

#910FE7 (or 0x910FE7) is unknown color: approx Dark Violet. HEX triplet: 91, 0F and E7. RGB value is (145,15,231). Sum of RGB (Red+Green+Blue) = 145+15+231=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #910FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910FE7 is #6EF018. Grayscale: #4D4D4D. Windows color (decimal): -7270425 or 15142801. OLE color: 15142801.

HSL color Cylindrical-coordinate representation of color #910FE7: hue angle of 276.11º 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 #910FE7 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14515231-
CMYK0.370.9400.09
HSL276.11º87.8%48.24%-
HSV(B)276.11º93.51%90.59%-
XYZ26.2712.1376.56-
YUV78.49214.07175.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 231 (90.62% from 255) = 59.08%
R=37.08%
G=3.84%
B=59.08%

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
Decimal145152310.370.9400.09276.1187.848.24
Hex91FE7255E091145830
Octal221173474513601142413060
Binary100100011111111001111001011011110010011000101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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