Html Css Color HEX #891BAF Dark Orchid

📋 copy color: '#891BAF'

red 137 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #891BAF

Tints of Dark Orchid #891BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 40.41%
G = 7.96%
B = 51.62%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#891BAF (or 0x891BAF) is known color: Dark Orchid. HEX triplet: 89, 1B and AF. RGB value is (137,27,175). Sum of RGB (Red+Green+Blue) = 137+27+175=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #891BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891BAF is #76E450. Grayscale: #4C4C4C. Windows color (decimal): -7791697 or 11475849. OLE color: 11475849.

HSL color Cylindrical-coordinate representation of color #891BAF: hue angle of 284.59º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891BAF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 27 175 -
CMYK 0.22 0.85 0 0.31
HSL 284.59º 0.73% 0.4% -
HSV(B) 284.59º 0.85% 0.69% -
XYZ 18.45 9.2 41.36 -
YUV 76.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 137 27 175 0.22 0.85 0 0.31 284.59 0.73 0.4
Hex 89 1B AF 16 55 0 1F 11D 49 28
Octal 211 33 257 26 125 0 37 435 111 50
Binary 10001001 11011 10101111 10110 1010101 0 11111 100011101 1001001 101000

Color Harmonies of #891BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BAF

Black with #891BAF

Text Example


Text Example

White with #891BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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