#9107F6

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

Shades of Dark Violet #9107F6

Tints of Dark Violet #9107F6

Color information

#9107F6 (or 0x9107F6) is unknown color: approx Dark Violet. HEX triplet: 91, 07 and F6. RGB value is (145,7,246). Sum of RGB (Red+Green+Blue) = 145+7+246=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #9107F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9107F6 is #6EF809. Grayscale: #4A4A4A. Windows color (decimal): -7272458 or 16123793. OLE color: 16123793.

HSL color Cylindrical-coordinate representation of color #9107F6: hue angle of 274.64º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9107F6 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1457246-
CMYK0.410.9700.04
HSL274.64º94.47%49.61%-
HSV(B)274.64º97.15%96.47%-
XYZ28.3912.8388.17-
YUV75.51224.22177.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 7 (3.12% from 255) = 1.76%
BLUE value IS 246 (96.48% from 255) = 61.81%
R=36.43%
G=1.76%
B=61.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14572460.410.9700.04274.6494.4749.61
Hex917F62961041135e32
Octal2217366511410442313662
Binary1001000111111110110101001110000101001000100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9107F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9107F6; }

 p { color: rgb(145,7,246); }

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

<style>
 a { background-color: #9107F6; }

 a { background-color: rgb(145,7,246); }

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

<style>
 span { border-color: #9107F6; }

 span { border-color: rgb(145,7,246); }

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