#8737B3

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

Shades of Dark Orchid #8737B3

Tints of Dark Orchid #8737B3

Color information

#8737B3 (or 0x8737B3) is unknown color: approx Dark Orchid. HEX triplet: 87, 37 and B3. RGB value is (135,55,179). Sum of RGB (Red+Green+Blue) = 135+55+179=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #8737B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737B3 is #78C84C. Grayscale: #5C5C5C. Windows color (decimal): -7915597 or 11745159. OLE color: 11745159.

HSL color Cylindrical-coordinate representation of color #8737B3: hue angle of 278.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8737B3 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13555179-
CMYK0.250.6900.30
HSL278.71º52.99%45.88%-
HSV(B)278.71º69.27%70.2%-
XYZ19.4911.1443.77-
YUV93.06176.5157.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=36.59%
G=14.91%
B=48.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135551790.250.6900.30278.7152.9945.88
Hex8737B3194501E117352e
Octal20767263311050364276556
Binary1000011111011110110011110011000101011110100010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8737B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8737B3; }

 p { color: rgb(135,55,179); }

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

<style>
 a { background-color: #8737B3; }

 a { background-color: rgb(135,55,179); }

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

<style>
 span { border-color: #8737B3; }

 span { border-color: rgb(135,55,179); }

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