Html Css Color HEX #891FBC Dark Orchid

📋 copy color: '#891FBC'

red 137 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #891FBC

Tints of Dark Orchid #891FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

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

R = 38.48%
G = 8.71%
B = 52.81%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#891FBC (or 0x891FBC) is known color: Dark Orchid. HEX triplet: 89, 1F and BC. RGB value is (137,31,188). Sum of RGB (Red+Green+Blue) = 137+31+188=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #891FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FBC is #76E043. Grayscale: #505050. Windows color (decimal): -7790660 or 12328841. OLE color: 12328841.

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

Color convert

RGB 137 31 188 -
CMYK 0.27 0.84 0 0.26
HSL 280.51º 0.72% 0.43% -
HSV(B) 280.51º 0.84% 0.74% -
XYZ 19.88 9.93 48.45 -
YUV 80.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 137 31 188 0.27 0.84 0 0.26 280.51 0.72 0.43
Hex 89 1F BC 1B 54 0 1A 119 48 2B
Octal 211 37 274 33 124 0 32 431 110 53
Binary 10001001 11111 10111100 11011 1010100 0 11010 100011001 1001000 101011

Color Harmonies of #891FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891FBC

Black with #891FBC

Text Example


Text Example

White with #891FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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