#8C1CAD

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

Shades of Dark Orchid #8C1CAD

Tints of Dark Orchid #8C1CAD

Color information

#8C1CAD (or 0x8C1CAD) is unknown color: approx Dark Orchid. HEX triplet: 8C, 1C and AD. RGB value is (140,28,173). Sum of RGB (Red+Green+Blue) = 140+28+173=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C1CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1CAD is #73E352. Grayscale: #4D4D4D. Windows color (decimal): -7594835 or 11345036. OLE color: 11345036.

HSL color Cylindrical-coordinate representation of color #8C1CAD: hue angle of 286.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1CAD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14028173-
CMYK0.190.8400.32
HSL286.34º72.14%39.41%-
HSV(B)286.34º83.82%67.84%-
XYZ18.779.4240.36-
YUV78.02181.61172.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=41.06%
G=8.21%
B=50.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140281730.190.8400.32286.3472.1439.41
Hex8C1CAD135402011e4827
Octal214342552312404043611047
Binary10001100111001010110110011101010001000001000111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,173); }

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

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

 a { background-color: rgb(140,28,173); }

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

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

 span { border-color: rgb(140,28,173); }

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