#892AC1

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

Shades of Dark Orchid #892AC1

Tints of Dark Orchid #892AC1

Color information

#892AC1 (or 0x892AC1) is unknown color: approx Dark Orchid. HEX triplet: 89, 2A and C1. RGB value is (137,42,193). Sum of RGB (Red+Green+Blue) = 137+42+193=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #892AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892AC1 is #76D53E. Grayscale: #575757. Windows color (decimal): -7787839 or 12659337. OLE color: 12659337.

HSL color Cylindrical-coordinate representation of color #892AC1: hue angle of 277.75º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892AC1 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13742193-
CMYK0.290.7800.24
HSL277.75º64.26%46.08%-
HSV(B)277.75º78.24%75.69%-
XYZ20.7710.8251.45-
YUV87.62187.47163.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=36.83%
G=11.29%
B=51.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137421930.290.7800.24277.7564.2646.08
Hex892AC11D4E018116402e
Octal211523013511603042610056
Binary10001001101010110000011110110011100110001000101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892AC1; }

 p { color: rgb(137,42,193); }

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

<style>
 a { background-color: #892AC1; }

 a { background-color: rgb(137,42,193); }

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

<style>
 span { border-color: #892AC1; }

 span { border-color: rgb(137,42,193); }

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