Html Css Color HEX #893DB9 Dark Orchid

📋 copy color: '#893DB9'

red 137 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #893DB9

Tints of Dark Orchid #893DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.93%

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

R = 35.77%
G = 15.93%
B = 48.3%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893DB9 (or 0x893DB9) is known color: Dark Orchid. HEX triplet: 89, 3D and B9. RGB value is (137,61,185). Sum of RGB (Red+Green+Blue) = 137+61+185=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #893DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DB9 is #76C246. Grayscale: #616161. Windows color (decimal): -7782983 or 12139913. OLE color: 12139913.

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

Color convert

RGB 137 61 185 -
CMYK 0.26 0.67 0 0.27
HSL 276.77º 0.5% 0.48% -
HSV(B) 276.77º 0.67% 0.73% -
XYZ 20.74 12.16 47.15 -
YUV 97.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 137 61 185 0.26 0.67 0 0.27 276.77 0.5 0.48
Hex 89 3D B9 1A 43 0 1B 115 32 30
Octal 211 75 271 32 103 0 33 425 62 60
Binary 10001001 111101 10111001 11010 1000011 0 11011 100010101 110010 110000

Color Harmonies of #893DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DB9

Black with #893DB9

Text Example


Text Example

White with #893DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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