Html Css Color HEX #891CBA Dark Orchid

📋 copy color: '#891CBA'

red 137 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #891CBA

Tints of Dark Orchid #891CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 39.03%
G = 7.98%
B = 52.99%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#891CBA (or 0x891CBA) is known color: Dark Orchid. HEX triplet: 89, 1C and BA. RGB value is (137,28,186). Sum of RGB (Red+Green+Blue) = 137+28+186=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #891CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CBA is #76E345. Grayscale: #4E4E4E. Windows color (decimal): -7791430 or 12197001. OLE color: 12197001.

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

Color convert

RGB 137 28 186 -
CMYK 0.26 0.85 0 0.27
HSL 281.39º 0.74% 0.42% -
HSV(B) 281.39º 0.85% 0.73% -
XYZ 19.59 9.69 47.29 -
YUV 78.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 137 28 186 0.26 0.85 0 0.27 281.39 0.74 0.42
Hex 89 1C BA 1A 55 0 1B 119 4A 2A
Octal 211 34 272 32 125 0 33 431 112 52
Binary 10001001 11100 10111010 11010 1010101 0 11011 100011001 1001010 101010

Color Harmonies of #891CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891CBA

Black with #891CBA

Text Example


Text Example

White with #891CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,28,186); }

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

background-color css

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

 a { background-color: rgb(137,28,186); }

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

border-color css

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

 span { border-color: rgb(137,28,186); }

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