#9937AE

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

Shades of Dark Orchid #9937AE

Tints of Dark Orchid #9937AE

Color information

#9937AE (or 0x9937AE) is unknown color: approx Dark Orchid. HEX triplet: 99, 37 and AE. RGB value is (153,55,174). Sum of RGB (Red+Green+Blue) = 153+55+174=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #9937AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937AE is #66C851. Grayscale: #616161. Windows color (decimal): -6735954 or 11417497. OLE color: 11417497.

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

Color convert

RGB15355174-
CMYK0.120.6800.32
HSL289.41º51.97%44.9%-
HSV(B)289.41º68.39%68.24%-
XYZ22.1412.5641.3-
YUV97.87170.97167.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 55 (21.88% from 255) = 14.40%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=40.05%
G=14.40%
B=45.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153551740.120.6800.32289.4151.9744.9
Hex9937AEC44020121342d
Octal23167256141040404416455
Binary1001100111011110101110110010001000100000100100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9937AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,55,174); }

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

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

 a { background-color: rgb(153,55,174); }

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

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

 span { border-color: rgb(153,55,174); }

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