Html Css Color HEX #893AB9 Dark Orchid

📋 copy color: '#893AB9'

red 137 ◦ green 58 ◦ blue 185

#893AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #893AB9

Tints of Dark Orchid #893AB9

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 36.05%
G = 15.26%
B = 48.68%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893AB9 (or 0x893AB9) is known color: Dark Orchid. HEX triplet: 89, 3A and B9. RGB value is (137,58,185). Sum of RGB (Red+Green+Blue) = 137+58+185=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #893AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AB9 is #76C546. Grayscale: #5F5F5F. Windows color (decimal): -7783751 or 12139145. OLE color: 12139145.

HSL color Cylindrical-coordinate representation of color #893AB9: hue angle of 277.32º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893AB9 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 58 185 -
CMYK 0.26 0.69 0 0.27
HSL 277.32º 0.52% 0.48% -
HSV(B) 277.32º 0.69% 0.73% -
XYZ 20.59 11.85 47.1 -
YUV 96.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 137 58 185 0.26 0.69 0 0.27 277.32 0.52 0.48
Hex 89 3A B9 1A 45 0 1B 115 34 30
Octal 211 72 271 32 105 0 33 425 64 60
Binary 10001001 111010 10111001 11010 1000101 0 11011 100010101 110100 110000

Color Harmonies of #893AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893AB9

Black with #893AB9

Text Example


Text Example

White with #893AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #893AB9;
 }
 .AnyTagClassName
 {
   color: #893AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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