Html Css Color HEX #891BBF Dark Orchid

📋 copy color: '#891BBF'

red 137 ◦ green 27 ◦ blue 191

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

Shades of Dark Orchid #891BBF

Tints of Dark Orchid #891BBF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

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

R = 38.59%
G = 7.61%
B = 53.8%

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

#891BBF (or 0x891BBF) is known color: Dark Orchid. HEX triplet: 89, 1B and BF. RGB value is (137,27,191). Sum of RGB (Red+Green+Blue) = 137+27+191=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #891BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891BBF is #76E440. Grayscale: #4E4E4E. Windows color (decimal): -7791681 or 12524425. OLE color: 12524425.

HSL color Cylindrical-coordinate representation of color #891BBF: hue angle of 280.24º degrees, saturation: 0.75, 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 #891BBF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 27 191 -
CMYK 0.28 0.86 0 0.25
HSL 280.24º 0.75% 0.43% -
HSV(B) 280.24º 0.86% 0.75% -
XYZ 20.11 9.86 50.13 -
YUV 78.59 191.44 169.66 -
System Red Green Blue C M Y K H S L
Decimal 137 27 191 0.28 0.86 0 0.25 280.24 0.75 0.43
Hex 89 1B BF 1C 56 0 19 118 4B 2B
Octal 211 33 277 34 126 0 31 430 113 53
Binary 10001001 11011 10111111 11100 1010110 0 11001 100011000 1001011 101011

Color Harmonies of #891BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BBF

Black with #891BBF

Text Example


Text Example

White with #891BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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