#8B3EBA

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

Shades of Dark Orchid #8B3EBA

Tints of Dark Orchid #8B3EBA

Color information

#8B3EBA (or 0x8B3EBA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3E and BA. RGB value is (139,62,186). Sum of RGB (Red+Green+Blue) = 139+62+186=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3EBA is #74C145. Grayscale: #626262. Windows color (decimal): -7651654 or 12205707. OLE color: 12205707.

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

Color convert

RGB13962186-
CMYK0.250.6700.27
HSL277.26º50%48.63%-
HSV(B)277.26º66.67%72.94%-
XYZ21.2312.4847.74-
YUV99.16177.01156.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=35.92%
G=16.02%
B=48.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139621860.250.6700.27277.265048.63
Hex8B3EBA194301B1153231
Octal21376272311030334256261
Binary1000101111111010111010110011000011011011100010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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