#8A2FBE

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

Shades of Dark Orchid #8A2FBE

Tints of Dark Orchid #8A2FBE

Color information

#8A2FBE (or 0x8A2FBE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2F and BE. RGB value is (138,47,190). Sum of RGB (Red+Green+Blue) = 138+47+190=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A2FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FBE is #75D041. Grayscale: #5A5A5A. Windows color (decimal): -7721026 or 12464010. OLE color: 12464010.

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

Color convert

RGB13847190-
CMYK0.270.7500.25
HSL278.18º60.34%46.47%-
HSV(B)278.18º75.26%74.51%-
XYZ20.7911.1549.77-
YUV90.51184.15161.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 47 (18.75% from 255) = 12.53%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=36.8%
G=12.53%
B=50.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138471900.270.7500.25278.1860.3446.47
Hex8A2FBE1B4B0191163c2e
Octal21257276331130314267456
Binary1000101010111110111110110111001011011001100010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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