#8D3CBF

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

Shades of Dark Orchid #8D3CBF

Tints of Dark Orchid #8D3CBF

Color information

#8D3CBF (or 0x8D3CBF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3C and BF. RGB value is (141,60,191). Sum of RGB (Red+Green+Blue) = 141+60+191=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CBF is #72C340. Grayscale: #626262. Windows color (decimal): -7521089 or 12532877. OLE color: 12532877.

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

Color convert

RGB14160191-
CMYK0.260.6900.25
HSL277.1º52.19%49.22%-
HSV(B)277.1º68.59%74.9%-
XYZ2212.6650.57-
YUV99.15179.84157.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 191 (75% from 255) = 48.72%
R=35.97%
G=15.31%
B=48.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141601910.260.6900.25277.152.1949.22
Hex8D3CBF1A450191153431
Octal21574277321050314256461
Binary1000110111110010111111110101000101011001100010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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