#8728B9

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

Shades of Dark Orchid #8728B9

Tints of Dark Orchid #8728B9

Color information

#8728B9 (or 0x8728B9) is unknown color: approx Dark Orchid. HEX triplet: 87, 28 and B9. RGB value is (135,40,185). Sum of RGB (Red+Green+Blue) = 135+40+185=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #8728B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8728B9 is #78D746. Grayscale: #545454. Windows color (decimal): -7919431 or 12134535. OLE color: 12134535.

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

Color convert

RGB13540185-
CMYK0.270.7800.27
HSL279.31º64.44%44.12%-
HSV(B)279.31º78.38%72.55%-
XYZ19.5110.1746.83-
YUV84.93184.47163.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 11.11%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=37.5%
G=11.11%
B=51.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135401850.270.7800.27279.3164.4444.12
Hex8728B91B4E01B117402c
Octal207502713311603342710054
Binary10000111101000101110011101110011100110111000101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8728B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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