Html Css Color HEX #893ABD Dark Orchid

📋 copy color: '#893ABD'

red 137 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #893ABD

Tints of Dark Orchid #893ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 35.68%
G = 15.1%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#893ABD (or 0x893ABD) is known color: Dark Orchid. HEX triplet: 89, 3A and BD. RGB value is (137,58,189). Sum of RGB (Red+Green+Blue) = 137+58+189=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #893ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ABD is #76C542. Grayscale: #606060. Windows color (decimal): -7783747 or 12401289. OLE color: 12401289.

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

Color convert

RGB 137 58 189 -
CMYK 0.28 0.69 0 0.26
HSL 276.18º 0.53% 0.48% -
HSV(B) 276.18º 0.69% 0.74% -
XYZ 21.01 12.02 49.36 -
YUV 96.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 137 58 189 0.28 0.69 0 0.26 276.18 0.53 0.48
Hex 89 3A BD 1C 45 0 1A 114 35 30
Octal 211 72 275 34 105 0 32 424 65 60
Binary 10001001 111010 10111101 11100 1000101 0 11010 100010100 110101 110000

Color Harmonies of #893ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ABD

Black with #893ABD

Text Example


Text Example

White with #893ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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