#8A22BD

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

Shades of Dark Orchid #8A22BD

Tints of Dark Orchid #8A22BD

Color information

#8A22BD (or 0x8A22BD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 22 and BD. RGB value is (138,34,189). Sum of RGB (Red+Green+Blue) = 138+34+189=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A22BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22BD is #75DD42. Grayscale: #525252. Windows color (decimal): -7724355 or 12395146. OLE color: 12395146.

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

Color convert

RGB13834189-
CMYK0.270.8200.26
HSL280.26º69.51%43.73%-
HSV(B)280.26º82.01%74.12%-
XYZ20.2410.2249.05-
YUV82.77187.96167.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=38.23%
G=9.42%
B=52.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138341890.270.8200.26280.2669.5143.73
Hex8A22BD1B5201A118462c
Octal212422753312203243010654
Binary10001010100010101111011101110100100110101000110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A22BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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