#9419AE

Color #9419AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9419AE

Tints of Dark Orchid #9419AE

Color information

#9419AE (or 0x9419AE) is unknown color: approx Dark Orchid. HEX triplet: 94, 19 and AE. RGB value is (148,25,174). Sum of RGB (Red+Green+Blue) = 148+25+174=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9419AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9419AE is #6BE651. Grayscale: #4E4E4E. Windows color (decimal): -7071314 or 11409812. OLE color: 11409812.

HSL color Cylindrical-coordinate representation of color #9419AE: hue angle of 289.53º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9419AE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14825174-
CMYK0.150.8600.32
HSL289.53º74.87%39.02%-
HSV(B)289.53º85.63%68.24%-
XYZ20.210.0540.92-
YUV78.76181.75177.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=42.65%
G=7.20%
B=50.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148251740.150.8600.32289.5374.8739.02
Hex9419AEF560201224b27
Octal224312561712604044211347
Binary1001010011001101011101111101011001000001001000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9419AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9419AE; }

 p { color: rgb(148,25,174); }

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

<style>
 a { background-color: #9419AE; }

 a { background-color: rgb(148,25,174); }

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

<style>
 span { border-color: #9419AE; }

 span { border-color: rgb(148,25,174); }

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