#8D38B2

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

Shades of Dark Orchid #8D38B2

Tints of Dark Orchid #8D38B2

Color information

#8D38B2 (or 0x8D38B2) is unknown color: approx Dark Orchid. HEX triplet: 8D, 38 and B2. RGB value is (141,56,178). Sum of RGB (Red+Green+Blue) = 141+56+178=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D38B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D38B2 is #72C74D. Grayscale: #5E5E5E. Windows color (decimal): -7522126 or 11679885. OLE color: 11679885.

HSL color Cylindrical-coordinate representation of color #8D38B2: hue angle of 281.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D38B2 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14156178-
CMYK0.210.6900.30
HSL281.8º52.14%45.88%-
HSV(B)281.8º68.54%69.8%-
XYZ20.4311.7143.3-
YUV95.32174.66160.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 178 (69.92% from 255) = 47.47%
R=37.6%
G=14.93%
B=47.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141561780.210.6900.30281.852.1445.88
Hex8D38B2154501E11a342e
Octal21570262251050364326456
Binary1000110111100010110010101011000101011110100011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D38B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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