#8728B6

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

Shades of Dark Orchid #8728B6

Tints of Dark Orchid #8728B6

Color information

#8728B6 (or 0x8728B6) is unknown color: approx Dark Orchid. HEX triplet: 87, 28 and B6. RGB value is (135,40,182). Sum of RGB (Red+Green+Blue) = 135+40+182=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #8728B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8728B6 is #78D749. Grayscale: #545454. Windows color (decimal): -7919434 or 11937927. OLE color: 11937927.

HSL color Cylindrical-coordinate representation of color #8728B6: hue angle of 280.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8728B6 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13540182-
CMYK0.260.7800.29
HSL280.14º63.96%43.53%-
HSV(B)280.14º78.02%71.37%-
XYZ19.1910.0545.18-
YUV84.59182.97163.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 40 (16.02% from 255) = 11.20%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=37.82%
G=11.20%
B=50.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135401820.260.7800.29280.1463.9643.53
Hex8728B61A4E01D118402c
Octal207502663211603543010054
Binary10000111101000101101101101010011100111011000110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8728B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8728B6; }

 p { color: rgb(135,40,182); }

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

<style>
 a { background-color: #8728B6; }

 a { background-color: rgb(135,40,182); }

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

<style>
 span { border-color: #8728B6; }

 span { border-color: rgb(135,40,182); }

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