#8D38BA

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

Shades of Dark Orchid #8D38BA

Tints of Dark Orchid #8D38BA

Color information

#8D38BA (or 0x8D38BA) is unknown color: approx Dark Orchid. HEX triplet: 8D, 38 and BA. RGB value is (141,56,186). Sum of RGB (Red+Green+Blue) = 141+56+186=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38BA is #72C745. Grayscale: #5F5F5F. Windows color (decimal): -7522118 or 12204173. OLE color: 12204173.

HSL color Cylindrical-coordinate representation of color #8D38BA: hue angle of 279.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D38BA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14156186-
CMYK0.240.7000.27
HSL279.23º53.72%47.45%-
HSV(B)279.23º69.89%72.94%-
XYZ21.2612.0447.66-
YUV96.24178.66159.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 56 (22.27% from 255) = 14.62%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=36.81%
G=14.62%
B=48.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141561860.240.7000.27279.2353.7247.45
Hex8D38BA184601B117362f
Octal21570272301060334276657
Binary1000110111100010111010110001000110011011100010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D38BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,56,186); }

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

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

 a { background-color: rgb(141,56,186); }

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

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

 span { border-color: rgb(141,56,186); }

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