#8A2BBA

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

Shades of Dark Orchid #8A2BBA

Tints of Dark Orchid #8A2BBA

Color information

#8A2BBA (or 0x8A2BBA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2B and BA. RGB value is (138,43,186). Sum of RGB (Red+Green+Blue) = 138+43+186=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BBA is #75D445. Grayscale: #575757. Windows color (decimal): -7722054 or 12200842. OLE color: 12200842.

HSL color Cylindrical-coordinate representation of color #8A2BBA: hue angle of 279.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2BBA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13843186-
CMYK0.260.7700.27
HSL279.86º62.45%44.9%-
HSV(B)279.86º76.88%72.94%-
XYZ20.2110.6847.45-
YUV87.71183.47163.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=37.60%
G=11.72%
B=50.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138431860.260.7700.27279.8662.4544.9
Hex8A2BBA1A4D01B1183e2d
Octal21253272321150334307655
Binary1000101010101110111010110101001101011011100011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,186); }

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

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

 a { background-color: rgb(138,43,186); }

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

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

 span { border-color: rgb(138,43,186); }

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