Html Css Color HEX #893DD0 Dark Orchid

📋 copy color: '#893DD0'

red 137 ◦ green 61 ◦ blue 208

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

Shades of Dark Orchid #893DD0

Tints of Dark Orchid #893DD0

RGB

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

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

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

R = 33.74%
G = 15.02%
B = 51.23%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#893DD0 (or 0x893DD0) is known color: Dark Orchid. HEX triplet: 89, 3D and D0. RGB value is (137,61,208). Sum of RGB (Red+Green+Blue) = 137+61+208=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #893DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DD0 is #76C22F. Grayscale: #636363. Windows color (decimal): -7782960 or 13647241. OLE color: 13647241.

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

Color convert

RGB 137 61 208 -
CMYK 0.34 0.71 0 0.18
HSL 271.02º 0.61% 0.53% -
HSV(B) 271.02º 0.71% 0.82% -
XYZ 23.37 13.21 60.99 -
YUV 100.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 137 61 208 0.34 0.71 0 0.18 271.02 0.61 0.53
Hex 89 3D D0 22 47 0 12 10F 3D 35
Octal 211 75 320 42 107 0 22 417 75 65
Binary 10001001 111101 11010000 100010 1000111 0 10010 100001111 111101 110101

Color Harmonies of #893DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DD0

Black with #893DD0

Text Example


Text Example

White with #893DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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