#892EBF

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

Shades of Dark Orchid #892EBF

Tints of Dark Orchid #892EBF

Color information

#892EBF (or 0x892EBF) is unknown color: approx Dark Orchid. HEX triplet: 89, 2E and BF. RGB value is (137,46,191). Sum of RGB (Red+Green+Blue) = 137+46+191=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #892EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EBF is #76D140. Grayscale: #595959. Windows color (decimal): -7786817 or 12529289. OLE color: 12529289.

HSL color Cylindrical-coordinate representation of color #892EBF: hue angle of 277.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892EBF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13746191-
CMYK0.280.7600.25
HSL277.66º61.18%46.47%-
HSV(B)277.66º75.92%74.9%-
XYZ20.711.0350.33-
YUV89.74185.15161.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 46 (18.36% from 255) = 12.30%
BLUE value IS 191 (75% from 255) = 51.07%
R=36.63%
G=12.30%
B=51.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137461910.280.7600.25277.6661.1846.47
Hex892EBF1C4C0191163d2e
Octal21156277341140314267556
Binary1000100110111010111111111001001100011001100010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,46,191); }

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

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

 a { background-color: rgb(137,46,191); }

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

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

 span { border-color: rgb(137,46,191); }

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