#8d1cce

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

Shades of Dark Orchid #8D1CCE

Tints of Dark Orchid #8D1CCE

Color information

#8D1CCE (or 0x8D1CCE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 1C and CE. RGB value is (141,28,206). Sum of RGB (Red+Green+Blue) = 141+28+206=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1CCE is #72E331. Grayscale: #515151. Windows color (decimal): -7529266 or 13507725. OLE color: 13507725.

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

Color convert

RGB14128206-
CMYK0.320.8600.19
HSL278.09º76.07%45.88%-
HSV(B)278.09º86.41%80.78%-
XYZ22.5410.9559.32-
YUV82.08197.94170.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 28 (11.33% from 255) = 7.47%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=37.6%
G=7.47%
B=54.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141282060.320.8600.19278.0976.0745.88
Hex8D1CCE20560131164c2e
Octal215343164012602342611456
Binary10001101111001100111010000010101100100111000101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,206); }

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

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

 a { background-color: rgb(141,28,206); }

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

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

 span { border-color: rgb(141,28,206); }

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