Html Css Color HEX #891DBC Dark Orchid

📋 copy color: '#891DBC'

red 137 ◦ green 29 ◦ blue 188

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

Shades of Dark Orchid #891DBC

Tints of Dark Orchid #891DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 38.7%
G = 8.19%
B = 53.11%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#891DBC (or 0x891DBC) is known color: Dark Orchid. HEX triplet: 89, 1D and BC. RGB value is (137,29,188). Sum of RGB (Red+Green+Blue) = 137+29+188=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #891DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DBC is #76E243. Grayscale: #4E4E4E. Windows color (decimal): -7791172 or 12328329. OLE color: 12328329.

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

Color convert

RGB 137 29 188 -
CMYK 0.27 0.85 0 0.26
HSL 280.75º 0.73% 0.43% -
HSV(B) 280.75º 0.85% 0.74% -
XYZ 19.83 9.83 48.43 -
YUV 79.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 137 29 188 0.27 0.85 0 0.26 280.75 0.73 0.43
Hex 89 1D BC 1B 55 0 1A 119 49 2B
Octal 211 35 274 33 125 0 32 431 111 53
Binary 10001001 11101 10111100 11011 1010101 0 11010 100011001 1001001 101011

Color Harmonies of #891DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DBC

Black with #891DBC

Text Example


Text Example

White with #891DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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