Html Css Color HEX #891BC7 Dark Orchid

📋 copy color: '#891BC7'

red 137 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #891BC7

Tints of Dark Orchid #891BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.82%

R = 37.74%
G = 7.44%
B = 54.82%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#891BC7 (or 0x891BC7) is known color: Dark Orchid. HEX triplet: 89, 1B and C7. RGB value is (137,27,199). Sum of RGB (Red+Green+Blue) = 137+27+199=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #891BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891BC7 is #76E438. Grayscale: #4E4E4E. Windows color (decimal): -7791673 or 13048713. OLE color: 13048713.

HSL color Cylindrical-coordinate representation of color #891BC7: hue angle of 278.37º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891BC7 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 27 199 -
CMYK 0.31 0.86 0 0.22
HSL 278.37º 0.76% 0.44% -
HSV(B) 278.37º 0.86% 0.78% -
XYZ 21.02 10.23 54.9 -
YUV 79.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 137 27 199 0.31 0.86 0 0.22 278.37 0.76 0.44
Hex 89 1B C7 1F 56 0 16 116 4C 2C
Octal 211 33 307 37 126 0 26 426 114 54
Binary 10001001 11011 11000111 11111 1010110 0 10110 100010110 1001100 101100

Color Harmonies of #891BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BC7

Black with #891BC7

Text Example


Text Example

White with #891BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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