#8D3DBD

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

Shades of Dark Orchid #8D3DBD

Tints of Dark Orchid #8D3DBD

Color information

#8D3DBD (or 0x8D3DBD) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3D and BD. RGB value is (141,61,189). Sum of RGB (Red+Green+Blue) = 141+61+189=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DBD is #72C242. Grayscale: #636363. Windows color (decimal): -7520835 or 12402061. OLE color: 12402061.

HSL color Cylindrical-coordinate representation of color #8D3DBD: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D3DBD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14161189-
CMYK0.250.6800.26
HSL277.5º51.2%49.02%-
HSV(B)277.5º67.72%74.12%-
XYZ21.8412.6749.44-
YUV99.51178.5157.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=36.06%
G=15.60%
B=48.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141611890.250.6800.26277.551.249.02
Hex8D3DBD194401A1163331
Octal21575275311040324266361
Binary1000110111110110111101110011000100011010100010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,61,189); }

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

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

 a { background-color: rgb(141,61,189); }

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

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

 span { border-color: rgb(141,61,189); }

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