#8A2FBF

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

Shades of Dark Orchid #8A2FBF

Tints of Dark Orchid #8A2FBF

Color information

#8A2FBF (or 0x8A2FBF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2F and BF. RGB value is (138,47,191). Sum of RGB (Red+Green+Blue) = 138+47+191=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A2FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FBF is #75D040. Grayscale: #5A5A5A. Windows color (decimal): -7721025 or 12529546. OLE color: 12529546.

HSL color Cylindrical-coordinate representation of color #8A2FBF: hue angle of 277.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2FBF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13847191-
CMYK0.280.7500.25
HSL277.92º60.5%46.67%-
HSV(B)277.92º75.39%74.9%-
XYZ20.911.250.35-
YUV90.62184.65161.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 191 (75% from 255) = 50.80%
R=36.70%
G=12.5%
B=50.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138471910.280.7500.25277.9260.546.67
Hex8A2FBF1C4B0191163d2f
Octal21257277341130314267557
Binary1000101010111110111111111001001011011001100010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,47,191); }

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

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

 a { background-color: rgb(138,47,191); }

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

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

 span { border-color: rgb(138,47,191); }

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