#8739BE

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

Shades of Dark Orchid #8739BE

Tints of Dark Orchid #8739BE

Color information

#8739BE (or 0x8739BE) is unknown color: approx Dark Orchid. HEX triplet: 87, 39 and BE. RGB value is (135,57,190). Sum of RGB (Red+Green+Blue) = 135+57+190=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #8739BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8739BE is #78C641. Grayscale: #5F5F5F. Windows color (decimal): -7915074 or 12466567. OLE color: 12466567.

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

Color convert

RGB13557190-
CMYK0.290.700.25
HSL275.19º53.85%48.43%-
HSV(B)275.19º70%74.51%-
XYZ20.7511.7949.9-
YUV95.48181.34156.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=35.34%
G=14.92%
B=49.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135571900.290.700.25275.1953.8548.43
Hex8739BE1D460191133630
Octal20771276351060314236660
Binary1000011111100110111110111011000110011001100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8739BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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