Html Css Color HEX #891AC1 Dark Orchid

📋 copy color: '#891AC1'

red 137 ◦ green 26 ◦ blue 193

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

Shades of Dark Orchid #891AC1

Tints of Dark Orchid #891AC1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

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

R = 38.48%
G = 7.3%
B = 54.21%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#891AC1 (or 0x891AC1) is known color: Dark Orchid. HEX triplet: 89, 1A and C1. RGB value is (137,26,193). Sum of RGB (Red+Green+Blue) = 137+26+193=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #891AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891AC1 is #76E53E. Grayscale: #4D4D4D. Windows color (decimal): -7791935 or 12655241. OLE color: 12655241.

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

Color convert

RGB 137 26 193 -
CMYK 0.29 0.87 0 0.24
HSL 279.88º 0.76% 0.43% -
HSV(B) 279.88º 0.87% 0.76% -
XYZ 20.31 9.91 51.29 -
YUV 78.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 137 26 193 0.29 0.87 0 0.24 279.88 0.76 0.43
Hex 89 1A C1 1D 57 0 18 118 4C 2B
Octal 211 32 301 35 127 0 30 430 114 53
Binary 10001001 11010 11000001 11101 1010111 0 11000 100011000 1001100 101011

Color Harmonies of #891AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AC1

Black with #891AC1

Text Example


Text Example

White with #891AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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