#8D31BB

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

Shades of Dark Orchid #8D31BB

Tints of Dark Orchid #8D31BB

Color information

#8D31BB (or 0x8D31BB) is unknown color: approx Dark Orchid. HEX triplet: 8D, 31 and BB. RGB value is (141,49,187). Sum of RGB (Red+Green+Blue) = 141+49+187=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D31BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D31BB is #72CE44. Grayscale: #5B5B5B. Windows color (decimal): -7523909 or 12267917. OLE color: 12267917.

HSL color Cylindrical-coordinate representation of color #8D31BB: hue angle of 280º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D31BB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14149187-
CMYK0.250.7400.27
HSL280º58.47%46.27%-
HSV(B)280º73.8%73.33%-
XYZ21.0511.4548.11-
YUV92.24181.48162.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=37.40%
G=13.00%
B=49.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141491870.250.7400.2728058.4746.27
Hex8D31BB194A01B1183a2e
Octal21561273311120334307256
Binary1000110111000110111011110011001010011011100011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,187); }

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

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

 a { background-color: rgb(141,49,187); }

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

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

 span { border-color: rgb(141,49,187); }

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