Html Css Color HEX #891ABF Dark Orchid

📋 copy color: '#891ABF'

red 137 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #891ABF

Tints of Dark Orchid #891ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 38.7%
G = 7.34%
B = 53.95%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#891ABF (or 0x891ABF) is known color: Dark Orchid. HEX triplet: 89, 1A and BF. RGB value is (137,26,191). Sum of RGB (Red+Green+Blue) = 137+26+191=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #891ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ABF is #76E540. Grayscale: #4D4D4D. Windows color (decimal): -7791937 or 12524169. OLE color: 12524169.

HSL color Cylindrical-coordinate representation of color #891ABF: hue angle of 280.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891ABF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 26 191 -
CMYK 0.28 0.86 0 0.25
HSL 280.36º 0.76% 0.43% -
HSV(B) 280.36º 0.86% 0.75% -
XYZ 20.09 9.82 50.13 -
YUV 78 191.77 170.08 -
System Red Green Blue C M Y K H S L
Decimal 137 26 191 0.28 0.86 0 0.25 280.36 0.76 0.43
Hex 89 1A BF 1C 56 0 19 118 4C 2B
Octal 211 32 277 34 126 0 31 430 114 53
Binary 10001001 11010 10111111 11100 1010110 0 11001 100011000 1001100 101011

Color Harmonies of #891ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ABF

Black with #891ABF

Text Example


Text Example

White with #891ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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