#8A3AB2

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

Shades of Dark Orchid #8A3AB2

Tints of Dark Orchid #8A3AB2

Color information

#8A3AB2 (or 0x8A3AB2) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3A and B2. RGB value is (138,58,178). Sum of RGB (Red+Green+Blue) = 138+58+178=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A3AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3AB2 is #75C54D. Grayscale: #5F5F5F. Windows color (decimal): -7718222 or 11680394. OLE color: 11680394.

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

Color convert

RGB13858178-
CMYK0.220.6700.30
HSL280º50.85%46.27%-
HSV(B)280º67.42%69.8%-
XYZ20.0311.6443.31-
YUV95.6174.5158.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=36.90%
G=15.51%
B=47.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138581780.220.6700.3028050.8546.27
Hex8A3AB2164301E118332e
Octal21272262261030364306356
Binary1000101011101010110010101101000011011110100011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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