Html Css Color HEX #891966 Dark Purple

📋 copy color: '#891966'

red 137 ◦ green 25 ◦ blue 102

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

Shades of Dark Purple #891966

Tints of Dark Purple #891966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 51.89%
G = 9.47%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#891966 (or 0x891966) is known color: Dark Purple. HEX triplet: 89, 19 and 66. RGB value is (137,25,102). Sum of RGB (Red+Green+Blue) = 137+25+102=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #891966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891966 is #76E699. Grayscale: #434343. Windows color (decimal): -7792282 or 6691209. OLE color: 6691209.

HSL color Cylindrical-coordinate representation of color #891966: hue angle of 318.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891966 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 102 -
CMYK 0 0.82 0.26 0.46
HSL 318.75º 0.69% 0.32% -
HSV(B) 318.75º 0.82% 0.54% -
XYZ 13.06 6.97 13.23 -
YUV 67.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 137 25 102 0 0.82 0.26 0.46 318.75 0.69 0.32
Hex 89 19 66 0 52 1A 2E 13F 45 20
Octal 211 31 146 0 122 32 56 477 105 40
Binary 10001001 11001 1100110 0 1010010 11010 101110 100111111 1000101 100000

Color Harmonies of #891966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891966

Black with #891966

Text Example


Text Example

White with #891966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891966; }

 p { color: rgb(137,25,102); }

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

background-color css

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

 a { background-color: rgb(137,25,102); }

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

border-color css

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

 span { border-color: rgb(137,25,102); }

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