#9733AE

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

Shades of Dark Orchid #9733AE

Tints of Dark Orchid #9733AE

Color information

#9733AE (or 0x9733AE) is unknown color: approx Dark Orchid. HEX triplet: 97, 33 and AE. RGB value is (151,51,174). Sum of RGB (Red+Green+Blue) = 151+51+174=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #9733AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9733AE is #68CC51. Grayscale: #5E5E5E. Windows color (decimal): -6868050 or 11416471. OLE color: 11416471.

HSL color Cylindrical-coordinate representation of color #9733AE: hue angle of 288.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9733AE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15151174-
CMYK0.130.7100.32
HSL288.78º54.67%44.12%-
HSV(B)288.78º70.69%68.24%-
XYZ21.591241.22-
YUV94.92172.63168-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=40.16%
G=13.56%
B=46.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151511740.130.7100.32288.7854.6744.12
Hex9733AED47020121372c
Octal22763256151070404416754
Binary1001011111001110101110110110001110100000100100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9733AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,51,174); }

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

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

 a { background-color: rgb(151,51,174); }

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

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

 span { border-color: rgb(151,51,174); }

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