#8A1AB0

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

Shades of Dark Orchid #8A1AB0

Tints of Dark Orchid #8A1AB0

Color information

#8A1AB0 (or 0x8A1AB0) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1A and B0. RGB value is (138,26,176). Sum of RGB (Red+Green+Blue) = 138+26+176=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A1AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1AB0 is #75E54F. Grayscale: #4C4C4C. Windows color (decimal): -7726416 or 11541130. OLE color: 11541130.

HSL color Cylindrical-coordinate representation of color #8A1AB0: hue angle of 284.8º 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 #8A1AB0 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13826176-
CMYK0.220.8500.31
HSL284.8º74.26%39.61%-
HSV(B)284.8º85.23%69.02%-
XYZ18.699.2841.88-
YUV76.59184.11171.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.59%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 176 (69.14% from 255) = 51.76%
R=40.59%
G=7.65%
B=51.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138261760.220.8500.31284.874.2639.61
Hex8A1AB0165501F11d4a28
Octal212322602612503743511250
Binary1000101011010101100001011010101010111111000111011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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