#8726B5

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

Shades of Dark Orchid #8726B5

Tints of Dark Orchid #8726B5

Color information

#8726B5 (or 0x8726B5) is unknown color: approx Dark Orchid. HEX triplet: 87, 26 and B5. RGB value is (135,38,181). Sum of RGB (Red+Green+Blue) = 135+38+181=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #8726B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726B5 is #78D94A. Grayscale: #525252. Windows color (decimal): -7919947 or 11871879. OLE color: 11871879.

HSL color Cylindrical-coordinate representation of color #8726B5: hue angle of 280.7º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8726B5 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13538181-
CMYK0.250.7900.29
HSL280.7º65.3%42.94%-
HSV(B)280.7º79.01%70.98%-
XYZ19.039.8744.62-
YUV83.3183.14164.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 38 (15.23% from 255) = 10.73%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=38.14%
G=10.73%
B=51.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135381810.250.7900.29280.765.342.94
Hex8726B5194F01D119412b
Octal207462653111703543110153
Binary10000111100110101101011100110011110111011000110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8726B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8726B5; }

 p { color: rgb(135,38,181); }

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

<style>
 a { background-color: #8726B5; }

 a { background-color: rgb(135,38,181); }

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

<style>
 span { border-color: #8726B5; }

 span { border-color: rgb(135,38,181); }

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