#8733BA

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

Shades of Dark Orchid #8733BA

Tints of Dark Orchid #8733BA

Color information

#8733BA (or 0x8733BA) is unknown color: approx Dark Orchid. HEX triplet: 87, 33 and BA. RGB value is (135,51,186). Sum of RGB (Red+Green+Blue) = 135+51+186=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8733BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733BA is #78CC45. Grayscale: #5B5B5B. Windows color (decimal): -7916614 or 12202887. OLE color: 12202887.

HSL color Cylindrical-coordinate representation of color #8733BA: hue angle of 277.33º degrees, saturation: 0.57, 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 #8733BA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13551186-
CMYK0.270.7300.27
HSL277.33º56.96%46.47%-
HSV(B)277.33º72.58%72.94%-
XYZ20.0411.0647.53-
YUV91.51181.33159.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 186 (73.05% from 255) = 50%
R=36.29%
G=13.71%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135511860.270.7300.27277.3356.9646.47
Hex8733BA1B4901B115392e
Octal20763272331110334257156
Binary1000011111001110111010110111001001011011100010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8733BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,51,186); }

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

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

 a { background-color: rgb(135,51,186); }

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

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

 span { border-color: rgb(135,51,186); }

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