#9333AE

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

Shades of Dark Orchid #9333AE

Tints of Dark Orchid #9333AE

Color information

#9333AE (or 0x9333AE) is unknown color: approx Dark Orchid. HEX triplet: 93, 33 and AE. RGB value is (147,51,174). Sum of RGB (Red+Green+Blue) = 147+51+174=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9333AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AE is #6CCC51. Grayscale: #5D5D5D. Windows color (decimal): -7130194 or 11416467. OLE color: 11416467.

HSL color Cylindrical-coordinate representation of color #9333AE: hue angle of 286.83º 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 #9333AE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14751174-
CMYK0.160.7100.32
HSL286.83º54.67%44.12%-
HSV(B)286.83º70.69%68.24%-
XYZ20.8611.6341.19-
YUV93.73173.3166-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=39.52%
G=13.71%
B=46.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147511740.160.7100.32286.8354.6744.12
Hex9333AE104702011f372c
Octal22363256201070404376754
Binary10010011110011101011101000010001110100000100011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9333AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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