Html Css Color HEX #891668 Dark Purple

📋 copy color: '#891668'

red 137 ◦ green 22 ◦ blue 104

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

Shades of Dark Purple #891668

Tints of Dark Purple #891668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 52.09%
G = 8.37%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#891668 (or 0x891668) is known color: Dark Purple. HEX triplet: 89, 16 and 68. RGB value is (137,22,104). Sum of RGB (Red+Green+Blue) = 137+22+104=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #891668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891668 is #76E997. Grayscale: #414141. Windows color (decimal): -7793048 or 6821513. OLE color: 6821513.

HSL color Cylindrical-coordinate representation of color #891668: hue angle of 317.22º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891668 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 104 -
CMYK 0 0.84 0.24 0.46
HSL 317.22º 0.72% 0.31% -
HSV(B) 317.22º 0.84% 0.54% -
XYZ 13.1 6.89 13.74 -
YUV 65.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 137 22 104 0 0.84 0.24 0.46 317.22 0.72 0.31
Hex 89 16 68 0 54 18 2E 13D 48 1F
Octal 211 26 150 0 124 30 56 475 110 37
Binary 10001001 10110 1101000 0 1010100 11000 101110 100111101 1001000 11111

Color Harmonies of #891668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891668

Black with #891668

Text Example


Text Example

White with #891668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891668; }

 p { color: rgb(137,22,104); }

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

background-color css

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

 a { background-color: rgb(137,22,104); }

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

border-color css

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

 span { border-color: rgb(137,22,104); }

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