#8C37BE

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

Shades of Dark Orchid #8C37BE

Tints of Dark Orchid #8C37BE

Color information

#8C37BE (or 0x8C37BE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 37 and BE. RGB value is (140,55,190). Sum of RGB (Red+Green+Blue) = 140+55+190=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37BE is #73C841. Grayscale: #5F5F5F. Windows color (decimal): -7587906 or 12466060. OLE color: 12466060.

HSL color Cylindrical-coordinate representation of color #8C37BE: hue angle of 277.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C37BE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14055190-
CMYK0.260.7100.25
HSL277.78º55.1%48.04%-
HSV(B)277.78º71.05%74.51%-
XYZ21.4812.0349.9-
YUV95.8181.16159.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=36.36%
G=14.29%
B=49.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140551900.260.7100.25277.7855.148.04
Hex8C37BE1A470191163730
Octal21467276321070314266760
Binary1000110011011110111110110101000111011001100010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C37BE; }

 p { color: rgb(140,55,190); }

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

<style>
 a { background-color: #8C37BE; }

 a { background-color: rgb(140,55,190); }

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

<style>
 span { border-color: #8C37BE; }

 span { border-color: rgb(140,55,190); }

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