#8D45D0

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

Shades of Dark Orchid #8D45D0

Tints of Dark Orchid #8D45D0

Color information

#8D45D0 (or 0x8D45D0) is unknown color: approx Dark Orchid. HEX triplet: 8D, 45 and D0. RGB value is (141,69,208). Sum of RGB (Red+Green+Blue) = 141+69+208=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D45D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45D0 is #72BA2F. Grayscale: #696969. Windows color (decimal): -7518768 or 13649293. OLE color: 13649293.

HSL color Cylindrical-coordinate representation of color #8D45D0: hue angle of 271.08º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D45D0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14169208-
CMYK0.320.6700.18
HSL271.08º59.66%54.31%-
HSV(B)271.08º66.83%81.57%-
XYZ24.514.4761.18-
YUV106.37185.35152.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 208 (81.64% from 255) = 49.76%
R=33.73%
G=16.51%
B=49.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141692080.320.6700.18271.0859.6654.31
Hex8D45D0204301210f3c36
Octal215105320401030224177466
Binary100011011000101110100001000001000011010010100001111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,208); }

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

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

 a { background-color: rgb(141,69,208); }

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

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

 span { border-color: rgb(141,69,208); }

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