#893AB6

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

Shades of Dark Orchid #893AB6

Tints of Dark Orchid #893AB6

Color information

#893AB6 (or 0x893AB6) is unknown color: approx Dark Orchid. HEX triplet: 89, 3A and B6. RGB value is (137,58,182). Sum of RGB (Red+Green+Blue) = 137+58+182=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #893AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AB6 is #76C549. Grayscale: #5F5F5F. Windows color (decimal): -7783754 or 11942537. OLE color: 11942537.

HSL color Cylindrical-coordinate representation of color #893AB6: hue angle of 278.23º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893AB6 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13758182-
CMYK0.250.6800.29
HSL278.23º51.67%47.06%-
HSV(B)278.23º68.13%71.37%-
XYZ20.2711.7245.45-
YUV95.76176.67157.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=36.34%
G=15.38%
B=48.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137581820.250.6800.29278.2351.6747.06
Hex893AB6194401D116342f
Octal21172266311040354266457
Binary1000100111101010110110110011000100011101100010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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