Html Css Color HEX #891BBA Dark Orchid

📋 copy color: '#891BBA'

red 137 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #891BBA

Tints of Dark Orchid #891BBA

RGB

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

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

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

R = 39.14%
G = 7.71%
B = 53.14%

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

#891BBA (or 0x891BBA) is known color: Dark Orchid. HEX triplet: 89, 1B and BA. RGB value is (137,27,186). Sum of RGB (Red+Green+Blue) = 137+27+186=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #891BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891BBA is #76E445. Grayscale: #4D4D4D. Windows color (decimal): -7791686 or 12196745. OLE color: 12196745.

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

Color convert

RGB 137 27 186 -
CMYK 0.26 0.85 0 0.27
HSL 281.51º 0.75% 0.42% -
HSV(B) 281.51º 0.85% 0.73% -
XYZ 19.57 9.65 47.28 -
YUV 78.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 137 27 186 0.26 0.85 0 0.27 281.51 0.75 0.42
Hex 89 1B BA 1A 55 0 1B 11A 4B 2A
Octal 211 33 272 32 125 0 33 432 113 52
Binary 10001001 11011 10111010 11010 1010101 0 11011 100011010 1001011 101010

Color Harmonies of #891BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BBA

Black with #891BBA

Text Example


Text Example

White with #891BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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