#9034AE

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

Shades of Dark Orchid #9034AE

Tints of Dark Orchid #9034AE

Color information

#9034AE (or 0x9034AE) is unknown color: approx Dark Orchid. HEX triplet: 90, 34 and AE. RGB value is (144,52,174). Sum of RGB (Red+Green+Blue) = 144+52+174=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #9034AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9034AE is #6FCB51. Grayscale: #5D5D5D. Windows color (decimal): -7326546 or 11416720. OLE color: 11416720.

HSL color Cylindrical-coordinate representation of color #9034AE: hue angle of 285.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9034AE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14452174-
CMYK0.170.7000.32
HSL285.25º53.98%44.31%-
HSV(B)285.25º70.11%68.24%-
XYZ20.3711.4441.18-
YUV93.42173.48164.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=38.92%
G=14.05%
B=47.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144521740.170.7000.32285.2553.9844.31
Hex9034AE114602011d362c
Octal22064256211060404356654
Binary10010000110100101011101000110001100100000100011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9034AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,52,174); }

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

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

 a { background-color: rgb(144,52,174); }

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

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

 span { border-color: rgb(144,52,174); }

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