#8920B7

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

Shades of Dark Orchid #8920B7

Tints of Dark Orchid #8920B7

Color information

#8920B7 (or 0x8920B7) is unknown color: approx Dark Orchid. HEX triplet: 89, 20 and B7. RGB value is (137,32,183). Sum of RGB (Red+Green+Blue) = 137+32+183=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #8920B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920B7 is #76DF48. Grayscale: #505050. Windows color (decimal): -7790409 or 12001417. OLE color: 12001417.

HSL color Cylindrical-coordinate representation of color #8920B7: hue angle of 281.72º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8920B7 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13732183-
CMYK0.250.8300.28
HSL281.72º70.23%42.16%-
HSV(B)281.72º82.51%71.76%-
XYZ19.389.7745.66-
YUV80.61185.79168.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 32 (12.89% from 255) = 9.09%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=38.92%
G=9.09%
B=51.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal137321830.250.8300.28281.7270.2342.16
Hex8920B7195301C11a462a
Octal211402673112303443210652
Binary10001001100000101101111100110100110111001000110101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8920B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8920B7; }

 p { color: rgb(137,32,183); }

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

<style>
 a { background-color: #8920B7; }

 a { background-color: rgb(137,32,183); }

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

<style>
 span { border-color: #8920B7; }

 span { border-color: rgb(137,32,183); }

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