#8C37BF

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

Shades of Dark Orchid #8C37BF

Tints of Dark Orchid #8C37BF

Color information

#8C37BF (or 0x8C37BF) is unknown color: approx Dark Orchid. HEX triplet: 8C, 37 and BF. RGB value is (140,55,191). Sum of RGB (Red+Green+Blue) = 140+55+191=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37BF is #73C840. Grayscale: #5F5F5F. Windows color (decimal): -7587905 or 12531596. OLE color: 12531596.

HSL color Cylindrical-coordinate representation of color #8C37BF: hue angle of 277.5º 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 #8C37BF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14055191-
CMYK0.270.7100.25
HSL277.5º55.28%48.24%-
HSV(B)277.5º71.2%74.9%-
XYZ21.5912.0750.48-
YUV95.92181.66159.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 191 (75% from 255) = 49.48%
R=36.27%
G=14.25%
B=49.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140551910.270.7100.25277.555.2848.24
Hex8C37BF1B470191163730
Octal21467277331070314266760
Binary1000110011011110111111110111000111011001100010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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