#8A3AB0

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

Shades of Dark Orchid #8A3AB0

Tints of Dark Orchid #8A3AB0

Color information

#8A3AB0 (or 0x8A3AB0) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3A and B0. RGB value is (138,58,176). Sum of RGB (Red+Green+Blue) = 138+58+176=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A3AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3AB0 is #75C54F. Grayscale: #5E5E5E. Windows color (decimal): -7718224 or 11549322. OLE color: 11549322.

HSL color Cylindrical-coordinate representation of color #8A3AB0: hue angle of 280.68º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3AB0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13858176-
CMYK0.220.6700.31
HSL280.68º50.43%45.88%-
HSV(B)280.68º67.05%69.02%-
XYZ19.8311.5642.26-
YUV95.37173.5158.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=37.10%
G=15.59%
B=47.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138581760.220.6700.31280.6850.4345.88
Hex8A3AB0164301F119322e
Octal21272260261030374316256
Binary1000101011101010110000101101000011011111100011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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