#8C39BC

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

Shades of Dark Orchid #8C39BC

Tints of Dark Orchid #8C39BC

Color information

#8C39BC (or 0x8C39BC) is unknown color: approx Dark Orchid. HEX triplet: 8C, 39 and BC. RGB value is (140,57,188). Sum of RGB (Red+Green+Blue) = 140+57+188=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C39BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C39BC is #73C643. Grayscale: #606060. Windows color (decimal): -7587396 or 12335500. OLE color: 12335500.

HSL color Cylindrical-coordinate representation of color #8C39BC: hue angle of 278.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C39BC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14057188-
CMYK0.260.7000.26
HSL278.02º53.47%48.04%-
HSV(B)278.02º69.68%73.73%-
XYZ21.3612.1348.79-
YUV96.75179.5158.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=36.36%
G=14.81%
B=48.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140571880.260.7000.26278.0253.4748.04
Hex8C39BC1A4601A1163530
Octal21471274321060324266560
Binary1000110011100110111100110101000110011010100010110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C39BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,188); }

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

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

 a { background-color: rgb(140,57,188); }

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

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

 span { border-color: rgb(140,57,188); }

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