#8729BF

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

Shades of Dark Orchid #8729BF

Tints of Dark Orchid #8729BF

Color information

#8729BF (or 0x8729BF) is unknown color: approx Dark Orchid. HEX triplet: 87, 29 and BF. RGB value is (135,41,191). Sum of RGB (Red+Green+Blue) = 135+41+191=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #8729BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729BF is #78D640. Grayscale: #555555. Windows color (decimal): -7919169 or 12528007. OLE color: 12528007.

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

Color convert

RGB13541191-
CMYK0.290.7900.25
HSL277.6º64.66%45.49%-
HSV(B)277.6º78.53%74.9%-
XYZ20.1910.550.25-
YUV86.21187.14162.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 41 (16.41% from 255) = 11.17%
BLUE value IS 191 (75% from 255) = 52.04%
R=36.78%
G=11.17%
B=52.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135411910.290.7900.25277.664.6645.49
Hex8729BF1D4F019116412d
Octal207512773511703142610155
Binary10000111101001101111111110110011110110011000101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8729BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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