#9407B8

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

Shades of Dark Violet #9407B8

Tints of Dark Violet #9407B8

Color information

#9407B8 (or 0x9407B8) is unknown color: approx Dark Violet. HEX triplet: 94, 07 and B8. RGB value is (148,7,184). Sum of RGB (Red+Green+Blue) = 148+7+184=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #9407B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407B8 is #6BF847. Grayscale: #444444. Windows color (decimal): -7075912 or 12060564. OLE color: 12060564.

HSL color Cylindrical-coordinate representation of color #9407B8: hue angle of 287.8º 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 #9407B8 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1487184-
CMYK0.200.9600.28
HSL287.8º92.67%37.45%-
HSV(B)287.8º96.2%72.16%-
XYZ20.949.9146.16-
YUV69.34192.71184.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 184 (72.27% from 255) = 54.28%
R=43.66%
G=2.06%
B=54.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14871840.200.9600.28287.892.6737.45
Hex947B8146001C1205d25
Octal22472702414003444013545
Binary10010100111101110001010011000000111001001000001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9407B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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