#8D38C6

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

Shades of Dark Orchid #8D38C6

Tints of Dark Orchid #8D38C6

Color information

#8D38C6 (or 0x8D38C6) is unknown color: approx Dark Orchid. HEX triplet: 8D, 38 and C6. RGB value is (141,56,198). Sum of RGB (Red+Green+Blue) = 141+56+198=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D38C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38C6 is #72C739. Grayscale: #616161. Windows color (decimal): -7522106 or 12990605. OLE color: 12990605.

HSL color Cylindrical-coordinate representation of color #8D38C6: hue angle of 275.92º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D38C6 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14156198-
CMYK0.290.7200.22
HSL275.92º55.91%49.8%-
HSV(B)275.92º71.72%77.65%-
XYZ22.5912.5754.66-
YUV97.6184.66158.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=35.70%
G=14.18%
B=50.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141561980.290.7200.22275.9255.9149.8
Hex8D38C61D480161143832
Octal21570306351100264247062
Binary1000110111100011000110111011001000010110100010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D38C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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