#8B16AE

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

Shades of Dark Orchid #8B16AE

Tints of Dark Orchid #8B16AE

Color information

#8B16AE (or 0x8B16AE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 16 and AE. RGB value is (139,22,174). Sum of RGB (Red+Green+Blue) = 139+22+174=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B16AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B16AE is #74E951. Grayscale: #494949. Windows color (decimal): -7661906 or 11409035. OLE color: 11409035.

HSL color Cylindrical-coordinate representation of color #8B16AE: hue angle of 286.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B16AE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13922174-
CMYK0.200.8700.32
HSL286.18º77.55%38.43%-
HSV(B)286.18º87.36%68.24%-
XYZ18.579.1240.83-
YUV74.31184.26174.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=41.49%
G=6.57%
B=51.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139221740.200.8700.32286.1877.5538.43
Hex8B16AE145702011e4e26
Octal213262562412704043611646
Binary10001011101101010111010100101011101000001000111101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,174); }

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

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

 a { background-color: rgb(139,22,174); }

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

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

 span { border-color: rgb(139,22,174); }

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