Html Css Color HEX #891965 Dark Purple

📋 copy color: '#891965'

red 137 ◦ green 25 ◦ blue 101

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

Shades of Dark Purple #891965

Tints of Dark Purple #891965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 52.09%
G = 9.51%
B = 38.4%

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

#891965 (or 0x891965) is known color: Dark Purple. HEX triplet: 89, 19 and 65. RGB value is (137,25,101). Sum of RGB (Red+Green+Blue) = 137+25+101=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #891965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891965 is #76E69A. Grayscale: #424242. Windows color (decimal): -7792283 or 6625673. OLE color: 6625673.

HSL color Cylindrical-coordinate representation of color #891965: hue angle of 319.29º 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 #891965 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 101 -
CMYK 0 0.82 0.26 0.46
HSL 319.29º 0.69% 0.32% -
HSV(B) 319.29º 0.82% 0.54% -
XYZ 13.01 6.95 12.97 -
YUV 67.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 137 25 101 0 0.82 0.26 0.46 319.29 0.69 0.32
Hex 89 19 65 0 52 1A 2E 13F 45 20
Octal 211 31 145 0 122 32 56 477 105 40
Binary 10001001 11001 1100101 0 1010010 11010 101110 100111111 1000101 100000

Color Harmonies of #891965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891965

Black with #891965

Text Example


Text Example

White with #891965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891965; }

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

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

background-color css

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

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

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

border-color css

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

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

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