#8D3CBE

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

Shades of Dark Orchid #8D3CBE

Tints of Dark Orchid #8D3CBE

Color information

#8D3CBE (or 0x8D3CBE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3C and BE. RGB value is (141,60,190). Sum of RGB (Red+Green+Blue) = 141+60+190=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CBE is #72C341. Grayscale: #626262. Windows color (decimal): -7521090 or 12467341. OLE color: 12467341.

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

Color convert

RGB14160190-
CMYK0.260.6800.25
HSL277.38º52%49.02%-
HSV(B)277.38º68.42%74.51%-
XYZ21.8912.6150-
YUV99.04179.34157.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=36.06%
G=15.35%
B=48.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141601900.260.6800.25277.385249.02
Hex8D3CBE1A440191153431
Octal21574276321040314256461
Binary1000110111110010111110110101000100011001100010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,190); }

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

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

 a { background-color: rgb(141,60,190); }

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

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

 span { border-color: rgb(141,60,190); }

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