#8B3ABE

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

Shades of Dark Orchid #8B3ABE

Tints of Dark Orchid #8B3ABE

Color information

#8B3ABE (or 0x8B3ABE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3A and BE. RGB value is (139,58,190). Sum of RGB (Red+Green+Blue) = 139+58+190=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ABE is #74C541. Grayscale: #606060. Windows color (decimal): -7652674 or 12466827. OLE color: 12466827.

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

Color convert

RGB13958190-
CMYK0.270.6900.25
HSL276.82º53.23%48.63%-
HSV(B)276.82º69.47%74.51%-
XYZ21.4512.2349.95-
YUV97.27180.34157.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=35.92%
G=14.99%
B=49.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139581900.270.6900.25276.8253.2348.63
Hex8B3ABE1B450191153531
Octal21372276331050314256561
Binary1000101111101010111110110111000101011001100010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,190); }

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

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

 a { background-color: rgb(139,58,190); }

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

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

 span { border-color: rgb(139,58,190); }

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