#8729C0

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

Shades of Dark Orchid #8729C0

Tints of Dark Orchid #8729C0

Color information

#8729C0 (or 0x8729C0) is unknown color: approx Dark Orchid. HEX triplet: 87, 29 and C0. RGB value is (135,41,192). Sum of RGB (Red+Green+Blue) = 135+41+192=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #8729C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729C0 is #78D63F. Grayscale: #555555. Windows color (decimal): -7919168 or 12593543. OLE color: 12593543.

HSL color Cylindrical-coordinate representation of color #8729C0: hue angle of 277.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8729C0 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13541192-
CMYK0.300.7900.25
HSL277.35º64.81%45.69%-
HSV(B)277.35º78.65%75.29%-
XYZ20.310.5450.83-
YUV86.32187.64162.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 41 (16.41% from 255) = 11.14%
BLUE value IS 192 (75.39% from 255) = 52.17%
R=36.68%
G=11.14%
B=52.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135411920.300.7900.25277.3564.8145.69
Hex8729C01E4F019115412e
Octal207513003611703142510156
Binary10000111101001110000001111010011110110011000101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8729C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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