#8B22BA

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

Shades of Dark Orchid #8B22BA

Tints of Dark Orchid #8B22BA

Color information

#8B22BA (or 0x8B22BA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 22 and BA. RGB value is (139,34,186). Sum of RGB (Red+Green+Blue) = 139+34+186=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B22BA is #74DD45. Grayscale: #525252. Windows color (decimal): -7658822 or 12198539. OLE color: 12198539.

HSL color Cylindrical-coordinate representation of color #8B22BA: hue angle of 281.45º 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 #8B22BA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13934186-
CMYK0.250.8200.27
HSL281.45º69.09%43.14%-
HSV(B)281.45º81.72%72.94%-
XYZ20.0810.1847.36-
YUV82.72186.29168.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 34 (13.67% from 255) = 9.47%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=38.72%
G=9.47%
B=51.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139341860.250.8200.27281.4569.0943.14
Hex8B22BA195201B119452b
Octal213422723112203343110553
Binary10001011100010101110101100110100100110111000110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B22BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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