#8939B2

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

Shades of Dark Orchid #8939B2

Tints of Dark Orchid #8939B2

Color information

#8939B2 (or 0x8939B2) is unknown color: approx Dark Orchid. HEX triplet: 89, 39 and B2. RGB value is (137,57,178). Sum of RGB (Red+Green+Blue) = 137+57+178=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #8939B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8939B2 is #76C64D. Grayscale: #5E5E5E. Windows color (decimal): -7784014 or 11680137. OLE color: 11680137.

HSL color Cylindrical-coordinate representation of color #8939B2: hue angle of 279.67º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8939B2 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13757178-
CMYK0.230.6800.30
HSL279.67º51.49%46.08%-
HSV(B)279.67º67.98%69.8%-
XYZ19.8211.4643.29-
YUV94.71175158.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=36.83%
G=15.32%
B=47.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137571780.230.6800.30279.6751.4946.08
Hex8939B2174401E118332e
Octal21171262271040364306356
Binary1000100111100110110010101111000100011110100011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8939B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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