Html Css Color HEX #891874 Dark Purple

📋 copy color: '#891874'

red 137 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #891874

Tints of Dark Purple #891874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 49.46%
G = 8.66%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891874 (or 0x891874) is known color: Dark Purple. HEX triplet: 89, 18 and 74. RGB value is (137,24,116). Sum of RGB (Red+Green+Blue) = 137+24+116=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891874 is #76E78B. Grayscale: #444444. Windows color (decimal): -7792524 or 7608457. OLE color: 7608457.

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

Color convert

RGB 137 24 116 -
CMYK 0 0.82 0.15 0.46
HSL 311.15º 0.7% 0.32% -
HSV(B) 311.15º 0.82% 0.54% -
XYZ 13.8 7.23 17.19 -
YUV 68.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 137 24 116 0 0.82 0.15 0.46 311.15 0.7 0.32
Hex 89 18 74 0 52 F 2E 137 46 20
Octal 211 30 164 0 122 17 56 467 106 40
Binary 10001001 11000 1110100 0 1010010 1111 101110 100110111 1000110 100000

Color Harmonies of #891874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891874

Black with #891874

Text Example


Text Example

White with #891874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891874; }

 p { color: rgb(137,24,116); }

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

background-color css

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

 a { background-color: rgb(137,24,116); }

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

border-color css

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

 span { border-color: rgb(137,24,116); }

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