#9732BA

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

Shades of Dark Orchid #9732BA

Tints of Dark Orchid #9732BA

Color information

#9732BA (or 0x9732BA) is unknown color: approx Dark Orchid. HEX triplet: 97, 32 and BA. RGB value is (151,50,186). Sum of RGB (Red+Green+Blue) = 151+50+186=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9732BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9732BA is #68CD45. Grayscale: #5F5F5F. Windows color (decimal): -6868294 or 12202647. OLE color: 12202647.

HSL color Cylindrical-coordinate representation of color #9732BA: hue angle of 284.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9732BA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15150186-
CMYK0.190.7300.27
HSL284.56º57.63%46.27%-
HSV(B)284.56º73.12%72.94%-
XYZ22.7712.4147.65-
YUV95.7178.96167.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=39.02%
G=12.92%
B=48.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151501860.190.7300.27284.5657.6346.27
Hex9732BA134901B11d3a2e
Octal22762272231110334357256
Binary1001011111001010111010100111001001011011100011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9732BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9732BA; }

 p { color: rgb(151,50,186); }

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

<style>
 a { background-color: #9732BA; }

 a { background-color: rgb(151,50,186); }

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

<style>
 span { border-color: #9732BA; }

 span { border-color: rgb(151,50,186); }

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