#8C3ABE

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

Shades of Dark Orchid #8C3ABE

Tints of Dark Orchid #8C3ABE

Color information

#8C3ABE (or 0x8C3ABE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3A and BE. RGB value is (140,58,190). Sum of RGB (Red+Green+Blue) = 140+58+190=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3ABE is #73C541. Grayscale: #616161. Windows color (decimal): -7587138 or 12466828. OLE color: 12466828.

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

Color convert

RGB14058190-
CMYK0.260.6900.25
HSL277.27º53.23%48.63%-
HSV(B)277.27º69.47%74.51%-
XYZ21.6212.3249.95-
YUV97.57180.17158.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=36.08%
G=14.95%
B=48.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140581900.260.6900.25277.2753.2348.63
Hex8C3ABE1A450191153531
Octal21472276321050314256561
Binary1000110011101010111110110101000101011001100010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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