Html Css Color HEX #891BBB Dark Orchid

📋 copy color: '#891BBB'

red 137 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #891BBB

Tints of Dark Orchid #891BBB

RGB

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

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

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

R = 39.03%
G = 7.69%
B = 53.28%

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

#891BBB (or 0x891BBB) is known color: Dark Orchid. HEX triplet: 89, 1B and BB. RGB value is (137,27,187). Sum of RGB (Red+Green+Blue) = 137+27+187=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #891BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891BBB is #76E444. Grayscale: #4D4D4D. Windows color (decimal): -7791685 or 12262281. OLE color: 12262281.

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

Color convert

RGB 137 27 187 -
CMYK 0.27 0.86 0 0.27
HSL 281.25º 0.75% 0.42% -
HSV(B) 281.25º 0.86% 0.73% -
XYZ 19.68 9.69 47.85 -
YUV 78.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 137 27 187 0.27 0.86 0 0.27 281.25 0.75 0.42
Hex 89 1B BB 1B 56 0 1B 119 4B 2A
Octal 211 33 273 33 126 0 33 431 113 52
Binary 10001001 11011 10111011 11011 1010110 0 11011 100011001 1001011 101010

Color Harmonies of #891BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BBB

Black with #891BBB

Text Example


Text Example

White with #891BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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