#8D39CD

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

Shades of Dark Orchid #8D39CD

Tints of Dark Orchid #8D39CD

Color information

#8D39CD (or 0x8D39CD) is unknown color: approx Dark Orchid. HEX triplet: 8D, 39 and CD. RGB value is (141,57,205). Sum of RGB (Red+Green+Blue) = 141+57+205=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D39CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39CD is #72C632. Grayscale: #626262. Windows color (decimal): -7521843 or 13449613. OLE color: 13449613.

HSL color Cylindrical-coordinate representation of color #8D39CD: hue angle of 274.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D39CD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14157205-
CMYK0.310.7200.20
HSL274.05º59.68%51.37%-
HSV(B)274.05º72.2%80.39%-
XYZ23.471359.03-
YUV98.99187.83157.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=34.99%
G=14.14%
B=50.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141572050.310.7200.20274.0559.6851.37
Hex8D39CD1F480141123c33
Octal21571315371100244227463
Binary1000110111100111001101111111001000010100100010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,205); }

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

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

 a { background-color: rgb(141,57,205); }

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

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

 span { border-color: rgb(141,57,205); }

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