Html Css Color HEX #893ABE Dark Orchid

📋 copy color: '#893ABE'

red 137 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #893ABE

Tints of Dark Orchid #893ABE

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 value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#893ABE (or 0x893ABE) is known color: 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

RGB 137 58 190 -
CMYK 0.28 0.69 0 0.25
HSL 275.91º 0.53% 0.49% -
HSV(B) 275.91º 0.69% 0.75% -
XYZ 21.12 12.06 49.93 -
YUV 96.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 137 58 190 0.28 0.69 0 0.25 275.91 0.53 0.49
Hex 89 3A BE 1C 45 0 19 114 35 31
Octal 211 72 276 34 105 0 31 424 65 61
Binary 10001001 111010 10111110 11100 1000101 0 11001 100010100 110101 110001

Color Harmonies of #893ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ABE

Black with #893ABE

Text Example


Text Example

White with #893ABE

Text Example


Text Example

HTML Codes & Css Web 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>