#8939B4

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

Shades of Dark Orchid #8939B4

Tints of Dark Orchid #8939B4

Color information

#8939B4 (or 0x8939B4) is unknown color: approx Dark Orchid. HEX triplet: 89, 39 and B4. RGB value is (137,57,180). Sum of RGB (Red+Green+Blue) = 137+57+180=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #8939B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939B4 is #76C64B. Grayscale: #5E5E5E. Windows color (decimal): -7784012 or 11811209. OLE color: 11811209.

HSL color Cylindrical-coordinate representation of color #8939B4: hue angle of 279.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8939B4 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13757180-
CMYK0.240.6800.29
HSL279.02º51.9%46.47%-
HSV(B)279.02º68.33%70.59%-
XYZ20.0211.5444.35-
YUV94.94176158-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 57 (22.66% from 255) = 15.24%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=36.63%
G=15.24%
B=48.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137571800.240.6800.29279.0251.946.47
Hex8939B4184401D117342e
Octal21171264301040354276456
Binary1000100111100110110100110001000100011101100010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8939B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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