Html Css Color HEX #891269 Dark Purple

📋 copy color: '#891269'

red 137 ◦ green 18 ◦ blue 105

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

Shades of Dark Purple #891269

Tints of Dark Purple #891269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 52.69%
G = 6.92%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#891269 (or 0x891269) is known color: Dark Purple. HEX triplet: 89, 12 and 69. RGB value is (137,18,105). Sum of RGB (Red+Green+Blue) = 137+18+105=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #891269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891269 is #76ED96. Grayscale: #3F3F3F. Windows color (decimal): -7794071 or 6886025. OLE color: 6886025.

HSL color Cylindrical-coordinate representation of color #891269: hue angle of 316.13º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891269 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 105 -
CMYK 0 0.87 0.23 0.46
HSL 316.13º 0.77% 0.3% -
HSV(B) 316.13º 0.87% 0.54% -
XYZ 13.08 6.77 13.98 -
YUV 63.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 137 18 105 0 0.87 0.23 0.46 316.13 0.77 0.3
Hex 89 12 69 0 57 17 2E 13C 4D 1E
Octal 211 22 151 0 127 27 56 474 115 36
Binary 10001001 10010 1101001 0 1010111 10111 101110 100111100 1001101 11110

Color Harmonies of #891269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891269

Black with #891269

Text Example


Text Example

White with #891269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891269; }

 p { color: rgb(137,18,105); }

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

background-color css

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

 a { background-color: rgb(137,18,105); }

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

border-color css

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

 span { border-color: rgb(137,18,105); }

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