Html Css Color HEX #891EC6 Dark Orchid

📋 copy color: '#891EC6'

red 137 ◦ green 30 ◦ blue 198

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

Shades of Dark Orchid #891EC6

Tints of Dark Orchid #891EC6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

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

R = 37.53%
G = 8.22%
B = 54.25%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#891EC6 (or 0x891EC6) is known color: Dark Orchid. HEX triplet: 89, 1E and C6. RGB value is (137,30,198). Sum of RGB (Red+Green+Blue) = 137+30+198=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #891EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891EC6 is #76E139. Grayscale: #505050. Windows color (decimal): -7790906 or 12983945. OLE color: 12983945.

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

Color convert

RGB 137 30 198 -
CMYK 0.31 0.85 0 0.22
HSL 278.21º 0.74% 0.45% -
HSV(B) 278.21º 0.85% 0.78% -
XYZ 20.97 10.32 54.31 -
YUV 81.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 137 30 198 0.31 0.85 0 0.22 278.21 0.74 0.45
Hex 89 1E C6 1F 55 0 16 116 4A 2D
Octal 211 36 306 37 125 0 26 426 112 55
Binary 10001001 11110 11000110 11111 1010101 0 10110 100010110 1001010 101101

Color Harmonies of #891EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891EC6

Black with #891EC6

Text Example


Text Example

White with #891EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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