Html Css Color HEX #891ABB Dark Orchid

📋 copy color: '#891ABB'

red 137 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #891ABB

Tints of Dark Orchid #891ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 39.14%
G = 7.43%
B = 53.43%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#891ABB (or 0x891ABB) is known color: Dark Orchid. HEX triplet: 89, 1A and BB. RGB value is (137,26,187). Sum of RGB (Red+Green+Blue) = 137+26+187=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #891ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ABB is #76E544. Grayscale: #4D4D4D. Windows color (decimal): -7791941 or 12262025. OLE color: 12262025.

HSL color Cylindrical-coordinate representation of color #891ABB: hue angle of 281.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891ABB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 26 187 -
CMYK 0.27 0.86 0 0.27
HSL 281.37º 0.76% 0.42% -
HSV(B) 281.37º 0.86% 0.73% -
XYZ 19.66 9.65 47.84 -
YUV 77.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 137 26 187 0.27 0.86 0 0.27 281.37 0.76 0.42
Hex 89 1A BB 1B 56 0 1B 119 4C 2A
Octal 211 32 273 33 126 0 33 431 114 52
Binary 10001001 11010 10111011 11011 1010110 0 11011 100011001 1001100 101010

Color Harmonies of #891ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ABB

Black with #891ABB

Text Example


Text Example

White with #891ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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