#8B2FBA

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

Shades of Dark Orchid #8B2FBA

Tints of Dark Orchid #8B2FBA

Color information

#8B2FBA (or 0x8B2FBA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2F and BA. RGB value is (139,47,186). Sum of RGB (Red+Green+Blue) = 139+47+186=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2FBA is #74D045. Grayscale: #595959. Windows color (decimal): -7655494 or 12201867. OLE color: 12201867.

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

Color convert

RGB13947186-
CMYK0.250.7500.27
HSL279.71º59.66%45.69%-
HSV(B)279.71º74.73%72.94%-
XYZ20.5311.0747.51-
YUV90.35181.98162.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 47 (18.75% from 255) = 12.63%
BLUE value IS 186 (73.05% from 255) = 50%
R=37.37%
G=12.63%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139471860.250.7500.27279.7159.6645.69
Hex8B2FBA194B01B1183c2e
Octal21357272311130334307456
Binary1000101110111110111010110011001011011011100011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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