#893abe

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

Shades of Dark Orchid #893ABE

Tints of Dark Orchid #893ABE

Color information

#893ABE (or 0x893ABE) is unknown color: approx Dark Orchid. HEX triplet: 89, 3A and BE. RGB value is (137,58,190). Sum of RGB (Red+Green+Blue) = 137+58+190=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #893ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ABE is #76C541. Grayscale: #606060. Windows color (decimal): -7783746 or 12466825. OLE color: 12466825.

HSL color Cylindrical-coordinate representation of color #893ABE: hue angle of 275.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893ABE is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13758190-
CMYK0.280.6900.25
HSL275.91º53.23%48.63%-
HSV(B)275.91º69.47%74.51%-
XYZ21.1212.0649.93-
YUV96.67180.67156.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=35.58%
G=15.06%
B=49.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137581900.280.6900.25275.9153.2348.63
Hex893ABE1C450191143531
Octal21172276341050314246561
Binary1000100111101010111110111001000101011001100010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893abe; }

 p { color: rgb(137,58,190); }

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

<style>
 a { background-color: #893abe; }

 a { background-color: rgb(137,58,190); }

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

<style>
 span { border-color: #893abe; }

 span { border-color: rgb(137,58,190); }

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