#8B3FBD

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

Shades of Dark Orchid #8B3FBD

Tints of Dark Orchid #8B3FBD

Color information

#8B3FBD (or 0x8B3FBD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3F and BD. RGB value is (139,63,189). Sum of RGB (Red+Green+Blue) = 139+63+189=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3FBD is #74C042. Grayscale: #636363. Windows color (decimal): -7651395 or 12402571. OLE color: 12402571.

HSL color Cylindrical-coordinate representation of color #8B3FBD: hue angle of 276.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3FBD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13963189-
CMYK0.260.6700.26
HSL276.19º50%49.41%-
HSV(B)276.19º66.67%74.12%-
XYZ21.6112.7249.46-
YUV100.09178.18155.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=35.55%
G=16.11%
B=48.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139631890.260.6700.26276.195049.41
Hex8B3FBD1A4301A1143231
Octal21377275321030324246261
Binary1000101111111110111101110101000011011010100010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,189); }

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

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

 a { background-color: rgb(139,63,189); }

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

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

 span { border-color: rgb(139,63,189); }

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