#8A22BA

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

Shades of Dark Orchid #8A22BA

Tints of Dark Orchid #8A22BA

Color information

#8A22BA (or 0x8A22BA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 22 and BA. RGB value is (138,34,186). Sum of RGB (Red+Green+Blue) = 138+34+186=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22BA is #75DD45. Grayscale: #515151. Windows color (decimal): -7724358 or 12198538. OLE color: 12198538.

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

Color convert

RGB13834186-
CMYK0.260.8200.27
HSL281.05º69.09%43.14%-
HSV(B)281.05º81.72%72.94%-
XYZ19.9210.0947.35-
YUV82.42186.46167.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=38.55%
G=9.50%
B=51.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138341860.260.8200.27281.0569.0943.14
Hex8A22BA1A5201B119452b
Octal212422723212203343110553
Binary10001010100010101110101101010100100110111000110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A22BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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