Html Css Color HEX #891DBB Dark Orchid

📋 copy color: '#891DBB'

red 137 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #891DBB

Tints of Dark Orchid #891DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 38.81%
G = 8.22%
B = 52.97%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#891DBB (or 0x891DBB) is known color: Dark Orchid. HEX triplet: 89, 1D and BB. RGB value is (137,29,187). Sum of RGB (Red+Green+Blue) = 137+29+187=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #891DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DBB is #76E244. Grayscale: #4E4E4E. Windows color (decimal): -7791173 or 12262793. OLE color: 12262793.

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

Color convert

RGB 137 29 187 -
CMYK 0.27 0.84 0 0.27
HSL 281.01º 0.73% 0.42% -
HSV(B) 281.01º 0.84% 0.73% -
XYZ 19.73 9.78 47.86 -
YUV 79.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 137 29 187 0.27 0.84 0 0.27 281.01 0.73 0.42
Hex 89 1D BB 1B 54 0 1B 119 49 2A
Octal 211 35 273 33 124 0 33 431 111 52
Binary 10001001 11101 10111011 11011 1010100 0 11011 100011001 1001001 101010

Color Harmonies of #891DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DBB

Black with #891DBB

Text Example


Text Example

White with #891DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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