#8726C0

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

Shades of Dark Orchid #8726C0

Tints of Dark Orchid #8726C0

Color information

#8726C0 (or 0x8726C0) is unknown color: approx Dark Orchid. HEX triplet: 87, 26 and C0. RGB value is (135,38,192). Sum of RGB (Red+Green+Blue) = 135+38+192=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #8726C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726C0 is #78D93F. Grayscale: #545454. Windows color (decimal): -7919936 or 12592775. OLE color: 12592775.

HSL color Cylindrical-coordinate representation of color #8726C0: hue angle of 277.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8726C0 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13538192-
CMYK0.300.8000.25
HSL277.79º66.96%45.1%-
HSV(B)277.79º80.21%75.29%-
XYZ20.210.3450.8-
YUV84.56188.64163.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=36.99%
G=10.41%
B=52.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135381920.300.8000.25277.7966.9645.1
Hex8726C01E50019116432d
Octal207463003612003142610355
Binary10000111100110110000001111010100000110011000101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8726C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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