Html Css Color HEX #893ED0 Dark Orchid

📋 copy color: '#893ED0'

red 137 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #893ED0

Tints of Dark Orchid #893ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.23%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 33.66%
G = 15.23%
B = 51.11%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#893ED0 (or 0x893ED0) is known color: Dark Orchid. HEX triplet: 89, 3E and D0. RGB value is (137,62,208). Sum of RGB (Red+Green+Blue) = 137+62+208=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #893ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ED0 is #76C12F. Grayscale: #646464. Windows color (decimal): -7782704 or 13647497. OLE color: 13647497.

HSL color Cylindrical-coordinate representation of color #893ED0: hue angle of 270.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893ED0 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 62 208 -
CMYK 0.34 0.70 0 0.18
HSL 270.82º 0.61% 0.53% -
HSV(B) 270.82º 0.7% 0.82% -
XYZ 23.42 13.32 61.01 -
YUV 101.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 137 62 208 0.34 0.70 0 0.18 270.82 0.61 0.53
Hex 89 3E D0 22 46 0 12 10F 3D 35
Octal 211 76 320 42 106 0 22 417 75 65
Binary 10001001 111110 11010000 100010 1000110 0 10010 100001111 111101 110101

Color Harmonies of #893ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ED0

Black with #893ED0

Text Example


Text Example

White with #893ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,62,208); }

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

background-color css

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

 a { background-color: rgb(137,62,208); }

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

border-color css

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

 span { border-color: rgb(137,62,208); }

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