#8739BD

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

Shades of Dark Orchid #8739BD

Tints of Dark Orchid #8739BD

Color information

#8739BD (or 0x8739BD) is unknown color: approx Dark Orchid. HEX triplet: 87, 39 and BD. RGB value is (135,57,189). Sum of RGB (Red+Green+Blue) = 135+57+189=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #8739BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8739BD is #78C642. Grayscale: #5E5E5E. Windows color (decimal): -7915075 or 12401031. OLE color: 12401031.

HSL color Cylindrical-coordinate representation of color #8739BD: hue angle of 275.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8739BD is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13557189-
CMYK0.290.7000.26
HSL275.45º53.66%48.24%-
HSV(B)275.45º69.84%74.12%-
XYZ20.6411.7549.32-
YUV95.37180.84156.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=35.43%
G=14.96%
B=49.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135571890.290.7000.26275.4553.6648.24
Hex8739BD1D4601A1133630
Octal20771275351060324236660
Binary1000011111100110111101111011000110011010100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8739BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8739BD; }

 p { color: rgb(135,57,189); }

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

<style>
 a { background-color: #8739BD; }

 a { background-color: rgb(135,57,189); }

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

<style>
 span { border-color: #8739BD; }

 span { border-color: rgb(135,57,189); }

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