Html Css Color HEX #891FCC Dark Orchid

📋 copy color: '#891FCC'

red 137 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #891FCC

Tints of Dark Orchid #891FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 36.83%
G = 8.33%
B = 54.84%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#891FCC (or 0x891FCC) is known color: Dark Orchid. HEX triplet: 89, 1F and CC. RGB value is (137,31,204). Sum of RGB (Red+Green+Blue) = 137+31+204=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #891FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FCC is #76E033. Grayscale: #515151. Windows color (decimal): -7790644 or 13377417. OLE color: 13377417.

HSL color Cylindrical-coordinate representation of color #891FCC: hue angle of 276.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891FCC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 31 204 -
CMYK 0.33 0.85 0 0.2
HSL 276.76º 0.74% 0.46% -
HSV(B) 276.76º 0.85% 0.8% -
XYZ 21.71 10.66 58.04 -
YUV 82.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 137 31 204 0.33 0.85 0 0.2 276.76 0.74 0.46
Hex 89 1F CC 21 55 0 14 115 4A 2E
Octal 211 37 314 41 125 0 24 425 112 56
Binary 10001001 11111 11001100 100001 1010101 0 10100 100010101 1001010 101110

Color Harmonies of #891FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891FCC

Black with #891FCC

Text Example


Text Example

White with #891FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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