Html Css Color HEX #891FC6 Dark Orchid

📋 copy color: '#891FC6'

red 137 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #891FC6

Tints of Dark Orchid #891FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 37.43%
G = 8.47%
B = 54.1%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#891FC6 (or 0x891FC6) is known color: Dark Orchid. HEX triplet: 89, 1F and C6. RGB value is (137,31,198). Sum of RGB (Red+Green+Blue) = 137+31+198=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #891FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FC6 is #76E039. Grayscale: #515151. Windows color (decimal): -7790650 or 12984201. OLE color: 12984201.

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

Color convert

RGB 137 31 198 -
CMYK 0.31 0.84 0 0.22
HSL 278.08º 0.73% 0.45% -
HSV(B) 278.08º 0.84% 0.78% -
XYZ 21 10.38 54.32 -
YUV 81.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 137 31 198 0.31 0.84 0 0.22 278.08 0.73 0.45
Hex 89 1F C6 1F 54 0 16 116 49 2D
Octal 211 37 306 37 124 0 26 426 111 55
Binary 10001001 11111 11000110 11111 1010100 0 10110 100010110 1001001 101101

Color Harmonies of #891FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891FC6

Black with #891FC6

Text Example


Text Example

White with #891FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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