#8D3BB5

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

Shades of Dark Orchid #8D3BB5

Tints of Dark Orchid #8D3BB5

Color information

#8D3BB5 (or 0x8D3BB5) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3B and B5. RGB value is (141,59,181). Sum of RGB (Red+Green+Blue) = 141+59+181=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D3BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BB5 is #72C44A. Grayscale: #616161. Windows color (decimal): -7521355 or 11877261. OLE color: 11877261.

HSL color Cylindrical-coordinate representation of color #8D3BB5: hue angle of 280.33º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3BB5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14159181-
CMYK0.220.6700.29
HSL280.33º50.83%47.06%-
HSV(B)280.33º67.4%70.98%-
XYZ20.8912.1344.96-
YUV97.43175.17159.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=37.01%
G=15.49%
B=47.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141591810.220.6700.29280.3350.8347.06
Hex8D3BB5164301D118332f
Octal21573265261030354306357
Binary1000110111101110110101101101000011011101100011000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,59,181); }

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

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

 a { background-color: rgb(141,59,181); }

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

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

 span { border-color: rgb(141,59,181); }

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