#8D39CC

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

Shades of Dark Orchid #8D39CC

Tints of Dark Orchid #8D39CC

Color information

#8D39CC (or 0x8D39CC) is unknown color: approx Dark Orchid. HEX triplet: 8D, 39 and CC. RGB value is (141,57,204). Sum of RGB (Red+Green+Blue) = 141+57+204=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D39CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39CC is #72C633. Grayscale: #626262. Windows color (decimal): -7521844 or 13384077. OLE color: 13384077.

HSL color Cylindrical-coordinate representation of color #8D39CC: hue angle of 274.29º degrees, saturation: 0.59, 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 #8D39CC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14157204-
CMYK0.310.7200.2
HSL274.29º59.04%51.18%-
HSV(B)274.29º72.06%80%-
XYZ23.3512.9558.4-
YUV98.87187.33158.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=35.07%
G=14.18%
B=50.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141572040.310.7200.2274.2959.0451.18
Hex8D39CC1F480141123b33
Octal21571314371100244227363
Binary1000110111100111001100111111001000010100100010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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