Html Css Color HEX #891EC1 Dark Orchid

📋 copy color: '#891EC1'

red 137 ◦ green 30 ◦ blue 193

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

Shades of Dark Orchid #891EC1

Tints of Dark Orchid #891EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 38.06%
G = 8.33%
B = 53.61%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#891EC1 (or 0x891EC1) is known color: Dark Orchid. HEX triplet: 89, 1E and C1. RGB value is (137,30,193). Sum of RGB (Red+Green+Blue) = 137+30+193=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #891EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891EC1 is #76E13E. Grayscale: #505050. Windows color (decimal): -7790911 or 12656265. OLE color: 12656265.

HSL color Cylindrical-coordinate representation of color #891EC1: hue angle of 279.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891EC1 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 30 193 -
CMYK 0.29 0.84 0 0.24
HSL 279.39º 0.73% 0.44% -
HSV(B) 279.39º 0.84% 0.76% -
XYZ 20.41 10.1 51.33 -
YUV 80.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 137 30 193 0.29 0.84 0 0.24 279.39 0.73 0.44
Hex 89 1E C1 1D 54 0 18 117 49 2C
Octal 211 36 301 35 124 0 30 427 111 54
Binary 10001001 11110 11000001 11101 1010100 0 11000 100010111 1001001 101100

Color Harmonies of #891EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891EC1

Black with #891EC1

Text Example


Text Example

White with #891EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891EC1; }

 p { color: rgb(137,30,193); }

 H1.HeaderClassName
 {
   color: #891EC1;
 }
 .AnyTagClassName
 {
   color: #891EC1;
 }
</style>

background-color css

<style>
 a { background-color: #891EC1; }

 a { background-color: rgb(137,30,193); }

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

border-color css

<style>
 span { border-color: #891EC1; }

 span { border-color: rgb(137,30,193); }

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