#8B3EBB

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

Shades of Dark Orchid #8B3EBB

Tints of Dark Orchid #8B3EBB

Color information

#8B3EBB (or 0x8B3EBB) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3E and BB. RGB value is (139,62,187). Sum of RGB (Red+Green+Blue) = 139+62+187=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3EBB is #74C144. Grayscale: #626262. Windows color (decimal): -7651653 or 12271243. OLE color: 12271243.

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

Color convert

RGB13962187-
CMYK0.260.6700.27
HSL276.96º50.2%48.82%-
HSV(B)276.96º66.84%73.33%-
XYZ21.3412.5248.31-
YUV99.27177.51156.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=35.82%
G=15.98%
B=48.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139621870.260.6700.27276.9650.248.82
Hex8B3EBB1A4301B1153231
Octal21376273321030334256261
Binary1000101111111010111011110101000011011011100010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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