Html Css Color HEX #891AC2 Dark Orchid

📋 copy color: '#891AC2'

red 137 ◦ green 26 ◦ blue 194

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

Shades of Dark Orchid #891AC2

Tints of Dark Orchid #891AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 54.34%

R = 38.38%
G = 7.28%
B = 54.34%

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

#891AC2 (or 0x891AC2) is known color: Dark Orchid. HEX triplet: 89, 1A and C2. RGB value is (137,26,194). Sum of RGB (Red+Green+Blue) = 137+26+194=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #891AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891AC2 is #76E53D. Grayscale: #4D4D4D. Windows color (decimal): -7791934 or 12720777. OLE color: 12720777.

HSL color Cylindrical-coordinate representation of color #891AC2: hue angle of 279.64º 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 #891AC2 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 26 194 -
CMYK 0.29 0.87 0 0.24
HSL 279.64º 0.76% 0.43% -
HSV(B) 279.64º 0.87% 0.76% -
XYZ 20.42 9.95 51.88 -
YUV 78.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 137 26 194 0.29 0.87 0 0.24 279.64 0.76 0.43
Hex 89 1A C2 1D 57 0 18 118 4C 2B
Octal 211 32 302 35 127 0 30 430 114 53
Binary 10001001 11010 11000010 11101 1010111 0 11000 100011000 1001100 101011

Color Harmonies of #891AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AC2

Black with #891AC2

Text Example


Text Example

White with #891AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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