#9003F1

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

Shades of Dark Violet #9003F1

Tints of Dark Violet #9003F1

Color information

#9003F1 (or 0x9003F1) is unknown color: approx Dark Violet. HEX triplet: 90, 03 and F1. RGB value is (144,3,241). Sum of RGB (Red+Green+Blue) = 144+3+241=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #9003F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9003F1 is #6FFC0E. Grayscale: #474747. Windows color (decimal): -7339023 or 15795088. OLE color: 15795088.

HSL color Cylindrical-coordinate representation of color #9003F1: hue angle of 275.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003F1 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1443241-
CMYK0.400.9900.05
HSL275.55º97.54%47.84%-
HSV(B)275.55º98.76%94.51%-
XYZ27.4112.3584.16-
YUV72.29223.21179.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=37.11%
G=0.77%
B=62.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14432410.400.9900.05275.5597.5447.84
Hex903F12863051146230
Octal2203361501430542414260
Binary100100001111110001101000110001101011000101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9003F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,3,241); }

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

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

 a { background-color: rgb(144,3,241); }

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

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

 span { border-color: rgb(144,3,241); }

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