#9733D9

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

Shades of Dark Orchid #9733D9

Tints of Dark Orchid #9733D9

Color information

#9733D9 (or 0x9733D9) is unknown color: approx Dark Orchid. HEX triplet: 97, 33 and D9. RGB value is (151,51,217). Sum of RGB (Red+Green+Blue) = 151+51+217=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #9733D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733D9 is #68CC26. Grayscale: #636363. Windows color (decimal): -6868007 or 14234519. OLE color: 14234519.

HSL color Cylindrical-coordinate representation of color #9733D9: hue angle of 276.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9733D9 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15151217-
CMYK0.300.7600.15
HSL276.14º68.6%52.55%-
HSV(B)276.14º76.5%85.1%-
XYZ26.4713.9666.94-
YUV99.82194.13164.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 217 (85.16% from 255) = 51.79%
R=36.04%
G=12.17%
B=51.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151512170.300.7600.15276.1468.652.55
Hex9733D91E4C0F1144535
Octal227633313611401742410565
Binary1001011111001111011001111101001100011111000101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9733D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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