#8D2ABF

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

Shades of Dark Orchid #8D2ABF

Tints of Dark Orchid #8D2ABF

Color information

#8D2ABF (or 0x8D2ABF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2A and BF. RGB value is (141,42,191). Sum of RGB (Red+Green+Blue) = 141+42+191=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ABF is #72D540. Grayscale: #585858. Windows color (decimal): -7525697 or 12528269. OLE color: 12528269.

HSL color Cylindrical-coordinate representation of color #8D2ABF: hue angle of 279.87º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D2ABF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14142191-
CMYK0.260.7800.25
HSL279.87º63.95%45.69%-
HSV(B)279.87º78.01%74.9%-
XYZ21.2211.0850.31-
YUV88.59185.8165.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 191 (75% from 255) = 51.07%
R=37.70%
G=11.23%
B=51.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141421910.260.7800.25279.8763.9545.69
Hex8D2ABF1A4E019118402e
Octal215522773211603143010056
Binary10001101101010101111111101010011100110011000110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,191); }

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

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

 a { background-color: rgb(141,42,191); }

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

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

 span { border-color: rgb(141,42,191); }

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