#9407ff

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

Shades of Dark Violet #9407FF

Tints of Dark Violet #9407FF

Color information

#9407FF (or 0x9407FF) is unknown color: approx Dark Violet. HEX triplet: 94, 07 and FF. RGB value is (148,7,255). Sum of RGB (Red+Green+Blue) = 148+7+255=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9407FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9407FF is #6BF800. Grayscale: #4C4C4C. Windows color (decimal): -7075841 or 16713620. OLE color: 16713620.

HSL color Cylindrical-coordinate representation of color #9407FF: hue angle of 274.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9407FF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1487255-
CMYK0.420.9700
HSL274.11º100%51.37%-
HSV(B)274.11º97.25%100%-
XYZ30.3413.6795.65-
YUV77.43228.21178.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 7 (3.12% from 255) = 1.71%
BLUE value IS 255 (100% from 255) = 62.20%
R=36.10%
G=1.71%
B=62.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal14872550.420.9700274.1110051.37
Hex947FF2A61001126433
Octal2247377521410042214463
Binary10010100111111111111010101100001001000100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9407ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9407ff; }

 p { color: rgb(148,7,255); }

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

<style>
 a { background-color: #9407ff; }

 a { background-color: rgb(148,7,255); }

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

<style>
 span { border-color: #9407ff; }

 span { border-color: rgb(148,7,255); }

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