#8B2FBE

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

Shades of Dark Orchid #8B2FBE

Tints of Dark Orchid #8B2FBE

Color information

#8B2FBE (or 0x8B2FBE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2F and BE. RGB value is (139,47,190). Sum of RGB (Red+Green+Blue) = 139+47+190=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B2FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2FBE is #74D041. Grayscale: #5A5A5A. Windows color (decimal): -7655490 or 12464011. OLE color: 12464011.

HSL color Cylindrical-coordinate representation of color #8B2FBE: hue angle of 278.6º 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 #8B2FBE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13947190-
CMYK0.270.7500.25
HSL278.6º60.34%46.47%-
HSV(B)278.6º75.26%74.51%-
XYZ20.9611.2449.78-
YUV90.81183.98162.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=36.97%
G=12.5%
B=50.53%

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
Decimal139471900.270.7500.25278.660.3446.47
Hex8B2FBE1B4B0191173c2e
Octal21357276331130314277456
Binary1000101110111110111110110111001011011001100010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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