#8D20CF

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

Shades of Dark Orchid #8D20CF

Tints of Dark Orchid #8D20CF

Color information

#8D20CF (or 0x8D20CF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 20 and CF. RGB value is (141,32,207). Sum of RGB (Red+Green+Blue) = 141+32+207=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20CF is #72DF30. Grayscale: #535353. Windows color (decimal): -7528241 or 13574285. OLE color: 13574285.

HSL color Cylindrical-coordinate representation of color #8D20CF: hue angle of 277.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D20CF is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14132207-
CMYK0.320.8500.19
HSL277.37º73.22%46.86%-
HSV(B)277.37º84.54%81.18%-
XYZ22.7611.259.99-
YUV84.54197.11168.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 207 (81.25% from 255) = 54.47%
R=37.11%
G=8.42%
B=54.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141322070.320.8500.19277.3773.2246.86
Hex8D20CF2055013115492f
Octal215403174012502342511157
Binary100011011000001100111110000010101010100111000101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D20CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,207); }

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

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

 a { background-color: rgb(141,32,207); }

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

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

 span { border-color: rgb(141,32,207); }

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