#8D1DC1

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

Shades of Dark Orchid #8D1DC1

Tints of Dark Orchid #8D1DC1

Color information

#8D1DC1 (or 0x8D1DC1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 1D and C1. RGB value is (141,29,193). Sum of RGB (Red+Green+Blue) = 141+29+193=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D1DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DC1 is #72E23E. Grayscale: #505050. Windows color (decimal): -7529023 or 12656013. OLE color: 12656013.

HSL color Cylindrical-coordinate representation of color #8D1DC1: hue angle of 280.98º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1DC1 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14129193-
CMYK0.270.8500.24
HSL280.98º73.87%43.53%-
HSV(B)280.98º84.97%75.69%-
XYZ21.0510.3951.35-
YUV81.18191.11170.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=38.84%
G=7.99%
B=53.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141291930.270.8500.24280.9873.8743.53
Hex8D1DC11B550181194a2c
Octal215353013312503043111254
Binary1000110111101110000011101110101010110001000110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,29,193); }

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

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

 a { background-color: rgb(141,29,193); }

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

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

 span { border-color: rgb(141,29,193); }

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