Html Css Color HEX #893FD1 Dark Orchid

📋 copy color: '#893FD1'

red 137 ◦ green 63 ◦ blue 209

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

Shades of Dark Orchid #893FD1

Tints of Dark Orchid #893FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 33.5%
G = 15.4%
B = 51.1%

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

#893FD1 (or 0x893FD1) is known color: Dark Orchid. HEX triplet: 89, 3F and D1. RGB value is (137,63,209). Sum of RGB (Red+Green+Blue) = 137+63+209=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #893FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FD1 is #76C02E. Grayscale: #656565. Windows color (decimal): -7782447 or 13713289. OLE color: 13713289.

HSL color Cylindrical-coordinate representation of color #893FD1: hue angle of 270.41º 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 #893FD1 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 63 209 -
CMYK 0.34 0.70 0 0.18
HSL 270.41º 0.61% 0.53% -
HSV(B) 270.41º 0.7% 0.82% -
XYZ 23.6 13.48 61.68 -
YUV 101.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 137 63 209 0.34 0.70 0 0.18 270.41 0.61 0.53
Hex 89 3F D1 22 46 0 12 10E 3D 35
Octal 211 77 321 42 106 0 22 416 75 65
Binary 10001001 111111 11010001 100010 1000110 0 10010 100001110 111101 110101

Color Harmonies of #893FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FD1

Black with #893FD1

Text Example


Text Example

White with #893FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,63,209); }

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

background-color css

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

 a { background-color: rgb(137,63,209); }

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

border-color css

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

 span { border-color: rgb(137,63,209); }

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