#9407B7

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

Shades of Dark Violet #9407B7

Tints of Dark Violet #9407B7

Color information

#9407B7 (or 0x9407B7) is unknown color: approx Dark Violet. HEX triplet: 94, 07 and B7. RGB value is (148,7,183). Sum of RGB (Red+Green+Blue) = 148+7+183=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #9407B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407B7 is #6BF848. Grayscale: #444444. Windows color (decimal): -7075913 or 11995028. OLE color: 11995028.

HSL color Cylindrical-coordinate representation of color #9407B7: hue angle of 288.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407B7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1487183-
CMYK0.190.9600.28
HSL288.07º92.63%37.25%-
HSV(B)288.07º96.17%71.76%-
XYZ20.849.8745.61-
YUV69.22192.21184.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 7 (3.12% from 255) = 2.07%
BLUE value IS 183 (71.88% from 255) = 54.14%
R=43.79%
G=2.07%
B=54.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14871830.190.9600.28288.0792.6337.25
Hex947B7136001C1205d25
Octal22472672314003444013545
Binary10010100111101101111001111000000111001001000001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9407B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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