#8936BC

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

Shades of Dark Orchid #8936BC

Tints of Dark Orchid #8936BC

Color information

#8936BC (or 0x8936BC) is unknown color: approx Dark Orchid. HEX triplet: 89, 36 and BC. RGB value is (137,54,188). Sum of RGB (Red+Green+Blue) = 137+54+188=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #8936BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936BC is #76C943. Grayscale: #5D5D5D. Windows color (decimal): -7784772 or 12334729. OLE color: 12334729.

HSL color Cylindrical-coordinate representation of color #8936BC: hue angle of 277.16º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8936BC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13754188-
CMYK0.270.7100.26
HSL277.16º55.37%47.45%-
HSV(B)277.16º71.28%73.73%-
XYZ20.7111.5948.72-
YUV94.09181158.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=36.15%
G=14.25%
B=49.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137541880.270.7100.26277.1655.3747.45
Hex8936BC1B4701A115372f
Octal21166274331070324256757
Binary1000100111011010111100110111000111011010100010101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8936BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8936BC; }

 p { color: rgb(137,54,188); }

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

<style>
 a { background-color: #8936BC; }

 a { background-color: rgb(137,54,188); }

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

<style>
 span { border-color: #8936BC; }

 span { border-color: rgb(137,54,188); }

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