#8939BE

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

Shades of Dark Orchid #8939BE

Tints of Dark Orchid #8939BE

Color information

#8939BE (or 0x8939BE) is unknown color: approx Dark Orchid. HEX triplet: 89, 39 and BE. RGB value is (137,57,190). Sum of RGB (Red+Green+Blue) = 137+57+190=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #8939BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939BE is #76C641. Grayscale: #5F5F5F. Windows color (decimal): -7784002 or 12466569. OLE color: 12466569.

HSL color Cylindrical-coordinate representation of color #8939BE: hue angle of 276.09º 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 #8939BE is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13757190-
CMYK0.280.700.25
HSL276.09º53.85%48.43%-
HSV(B)276.09º70%74.51%-
XYZ21.0711.9649.91-
YUV96.08181157.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=35.68%
G=14.84%
B=49.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137571900.280.700.25276.0953.8548.43
Hex8939BE1C460191143630
Octal21171276341060314246660
Binary1000100111100110111110111001000110011001100010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8939BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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