#9429AE

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

Shades of Dark Orchid #9429AE

Tints of Dark Orchid #9429AE

Color information

#9429AE (or 0x9429AE) is unknown color: approx Dark Orchid. HEX triplet: 94, 29 and AE. RGB value is (148,41,174). Sum of RGB (Red+Green+Blue) = 148+41+174=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #9429AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429AE is #6BD651. Grayscale: #575757. Windows color (decimal): -7067218 or 11413908. OLE color: 11413908.

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

Color convert

RGB14841174-
CMYK0.150.7600.32
HSL288.27º61.86%42.16%-
HSV(B)288.27º76.44%68.24%-
XYZ20.6510.9441.07-
YUV88.15176.45170.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 41 (16.41% from 255) = 11.29%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=40.77%
G=11.29%
B=47.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148411740.150.7600.32288.2761.8642.16
Hex9429AEF4C0201203e2a
Octal22451256171140404407652
Binary1001010010100110101110111110011000100000100100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9429AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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