#8B1AB0

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

Shades of Dark Orchid #8B1AB0

Tints of Dark Orchid #8B1AB0

Color information

#8B1AB0 (or 0x8B1AB0) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1A and B0. RGB value is (139,26,176). Sum of RGB (Red+Green+Blue) = 139+26+176=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B1AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1AB0 is #74E54F. Grayscale: #4C4C4C. Windows color (decimal): -7660880 or 11541131. OLE color: 11541131.

HSL color Cylindrical-coordinate representation of color #8B1AB0: hue angle of 285.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1AB0 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13926176-
CMYK0.210.8500.31
HSL285.2º74.26%39.61%-
HSV(B)285.2º85.23%69.02%-
XYZ18.859.3641.89-
YUV76.89183.94172.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 176 (69.14% from 255) = 51.61%
R=40.76%
G=7.62%
B=51.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139261760.210.8500.31285.274.2639.61
Hex8B1AB0155501F11d4a28
Octal213322602512503743511250
Binary1000101111010101100001010110101010111111000111011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,176); }

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

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

 a { background-color: rgb(139,26,176); }

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

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

 span { border-color: rgb(139,26,176); }

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