#9339AE

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

Shades of Dark Orchid #9339AE

Tints of Dark Orchid #9339AE

Color information

#9339AE (or 0x9339AE) is unknown color: approx Dark Orchid. HEX triplet: 93, 39 and AE. RGB value is (147,57,174). Sum of RGB (Red+Green+Blue) = 147+57+174=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #9339AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9339AE is #6CC651. Grayscale: #606060. Windows color (decimal): -7128658 or 11418003. OLE color: 11418003.

HSL color Cylindrical-coordinate representation of color #9339AE: hue angle of 286.15º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9339AE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14757174-
CMYK0.160.6700.32
HSL286.15º50.65%45.29%-
HSV(B)286.15º67.24%68.24%-
XYZ21.1412.1941.28-
YUV97.25171.32163.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=38.89%
G=15.08%
B=46.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147571740.160.6700.32286.1550.6545.29
Hex9339AE104302011e332d
Octal22371256201030404366355
Binary10010011111001101011101000010000110100000100011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9339AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,57,174); }

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

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

 a { background-color: rgb(147,57,174); }

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

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

 span { border-color: rgb(147,57,174); }

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