#9007EC

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

Shades of Dark Violet #9007EC

Tints of Dark Violet #9007EC

Color information

#9007EC (or 0x9007EC) is unknown color: approx Dark Violet. HEX triplet: 90, 07 and EC. RGB value is (144,7,236). Sum of RGB (Red+Green+Blue) = 144+7+236=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #9007EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007EC is #6FF813. Grayscale: #494949. Windows color (decimal): -7338004 or 15468432. OLE color: 15468432.

HSL color Cylindrical-coordinate representation of color #9007EC: hue angle of 275.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007EC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1447236-
CMYK0.390.9700.07
HSL275.9º94.24%47.65%-
HSV(B)275.9º97.03%92.55%-
XYZ26.7212.1480.29-
YUV74.07219.39177.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 7 (3.12% from 255) = 1.81%
BLUE value IS 236 (92.58% from 255) = 60.98%
R=37.21%
G=1.81%
B=60.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14472360.390.9700.07275.994.2447.65
Hex907EC2761071145e30
Octal2207354471410742413660
Binary1001000011111101100100111110000101111000101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9007EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9007EC; }

 p { color: rgb(144,7,236); }

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

<style>
 a { background-color: #9007EC; }

 a { background-color: rgb(144,7,236); }

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

<style>
 span { border-color: #9007EC; }

 span { border-color: rgb(144,7,236); }

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