#8B2FC9

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

Shades of Dark Orchid #8B2FC9

Tints of Dark Orchid #8B2FC9

Color information

#8B2FC9 (or 0x8B2FC9) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2F and C9. RGB value is (139,47,201). Sum of RGB (Red+Green+Blue) = 139+47+201=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B2FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2FC9 is #74D036. Grayscale: #5B5B5B. Windows color (decimal): -7655479 or 13184907. OLE color: 13184907.

HSL color Cylindrical-coordinate representation of color #8B2FC9: hue angle of 275.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2FC9 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13947201-
CMYK0.310.7700.21
HSL275.84º62.1%48.63%-
HSV(B)275.84º76.62%78.82%-
XYZ22.2111.7456.35-
YUV92.06189.48161.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 47 (18.75% from 255) = 12.14%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=35.92%
G=12.14%
B=51.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139472010.310.7700.21275.8462.148.63
Hex8B2FC91F4D0151143e31
Octal21357311371150254247661
Binary1000101110111111001001111111001101010101100010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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