Html Css Color HEX #891FC0 Dark Orchid

📋 copy color: '#891FC0'

red 137 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #891FC0

Tints of Dark Orchid #891FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 38.06%
G = 8.61%
B = 53.33%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#891FC0 (or 0x891FC0) is known color: Dark Orchid. HEX triplet: 89, 1F and C0. RGB value is (137,31,192). Sum of RGB (Red+Green+Blue) = 137+31+192=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #891FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FC0 is #76E03F. Grayscale: #505050. Windows color (decimal): -7790656 or 12590985. OLE color: 12590985.

HSL color Cylindrical-coordinate representation of color #891FC0: hue angle of 279.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891FC0 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 31 192 -
CMYK 0.29 0.84 0 0.25
HSL 279.5º 0.72% 0.44% -
HSV(B) 279.5º 0.84% 0.75% -
XYZ 20.32 10.1 50.75 -
YUV 81.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 137 31 192 0.29 0.84 0 0.25 279.5 0.72 0.44
Hex 89 1F C0 1D 54 0 19 118 48 2C
Octal 211 37 300 35 124 0 31 430 110 54
Binary 10001001 11111 11000000 11101 1010100 0 11001 100011000 1001000 101100

Color Harmonies of #891FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891FC0

Black with #891FC0

Text Example


Text Example

White with #891FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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