#9103E7

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

Shades of Dark Violet #9103E7

Tints of Dark Violet #9103E7

Color information

#9103E7 (or 0x9103E7) is unknown color: approx Dark Violet. HEX triplet: 91, 03 and E7. RGB value is (145,3,231). Sum of RGB (Red+Green+Blue) = 145+3+231=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #9103E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9103E7 is #6EFC18. Grayscale: #464646. Windows color (decimal): -7273497 or 15139729. OLE color: 15139729.

HSL color Cylindrical-coordinate representation of color #9103E7: hue angle of 277.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9103E7 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1453231-
CMYK0.370.9900.09
HSL277.37º97.44%45.88%-
HSV(B)277.37º98.7%90.59%-
XYZ26.1311.8576.51-
YUV71.45218.04180.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 231 (90.62% from 255) = 60.95%
R=38.26%
G=0.79%
B=60.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal14532310.370.9900.09277.3797.4445.88
Hex913E7256309115612e
Octal22133474514301142514156
Binary1001000111111001111001011100011010011000101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9103E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9103E7; }

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

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

<style>
 a { background-color: #9103E7; }

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

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

<style>
 span { border-color: #9103E7; }

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

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