#8740BD

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

Shades of Dark Orchid #8740BD

Tints of Dark Orchid #8740BD

Color information

#8740BD (or 0x8740BD) is unknown color: approx Dark Orchid. HEX triplet: 87, 40 and BD. RGB value is (135,64,189). Sum of RGB (Red+Green+Blue) = 135+64+189=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #8740BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740BD is #78BF42. Grayscale: #636363. Windows color (decimal): -7913283 or 12402823. OLE color: 12402823.

HSL color Cylindrical-coordinate representation of color #8740BD: hue angle of 274.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8740BD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13564189-
CMYK0.290.6600.26
HSL274.08º49.41%49.61%-
HSV(B)274.08º66.14%74.12%-
XYZ21.0112.4949.45-
YUV99.48178.52153.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=34.79%
G=16.49%
B=48.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135641890.290.6600.26274.0849.4149.61
Hex8740BD1D4201A1123132
Octal207100275351020324226162
Binary10000111100000010111101111011000010011010100010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8740BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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