#892ABA

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

Shades of Dark Orchid #892ABA

Tints of Dark Orchid #892ABA

Color information

#892ABA (or 0x892ABA) is unknown color: approx Dark Orchid. HEX triplet: 89, 2A and BA. RGB value is (137,42,186). Sum of RGB (Red+Green+Blue) = 137+42+186=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #892ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ABA is #76D545. Grayscale: #565656. Windows color (decimal): -7787846 or 12200585. OLE color: 12200585.

HSL color Cylindrical-coordinate representation of color #892ABA: hue angle of 279.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892ABA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13742186-
CMYK0.260.7700.27
HSL279.58º63.16%44.71%-
HSV(B)279.58º77.42%72.94%-
XYZ20.0110.5247.43-
YUV86.82183.97163.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=37.53%
G=11.51%
B=50.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137421860.260.7700.27279.5863.1644.71
Hex892ABA1A4D01B1183f2d
Octal21152272321150334307755
Binary1000100110101010111010110101001101011011100011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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