#8921BA

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

Shades of Dark Orchid #8921BA

Tints of Dark Orchid #8921BA

Color information

#8921BA (or 0x8921BA) is unknown color: approx Dark Orchid. HEX triplet: 89, 21 and BA. RGB value is (137,33,186). Sum of RGB (Red+Green+Blue) = 137+33+186=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8921BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921BA is #76DE45. Grayscale: #515151. Windows color (decimal): -7790150 or 12198281. OLE color: 12198281.

HSL color Cylindrical-coordinate representation of color #8921BA: hue angle of 280.78º degrees, saturation: 0.7, 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 #8921BA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13733186-
CMYK0.260.8200.27
HSL280.78º69.86%42.94%-
HSV(B)280.78º82.26%72.94%-
XYZ19.729.9547.34-
YUV81.54186.96167.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=38.48%
G=9.27%
B=52.25%

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
Decimal137331860.260.8200.27280.7869.8642.94
Hex8921BA1A5201B119462b
Octal211412723212203343110653
Binary10001001100001101110101101010100100110111000110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8921BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8921BA; }

 p { color: rgb(137,33,186); }

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

<style>
 a { background-color: #8921BA; }

 a { background-color: rgb(137,33,186); }

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

<style>
 span { border-color: #8921BA; }

 span { border-color: rgb(137,33,186); }

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