Html Css Color HEX #891875 Dark Purple

📋 copy color: '#891875'

red 137 ◦ green 24 ◦ blue 117

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

Shades of Dark Purple #891875

Tints of Dark Purple #891875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 49.28%
G = 8.63%
B = 42.09%

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

#891875 (or 0x891875) is known color: Dark Purple. HEX triplet: 89, 18 and 75. RGB value is (137,24,117). Sum of RGB (Red+Green+Blue) = 137+24+117=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #891875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891875 is #76E78A. Grayscale: #444444. Windows color (decimal): -7792523 or 7673993. OLE color: 7673993.

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

Color convert

RGB 137 24 117 -
CMYK 0 0.82 0.15 0.46
HSL 310.62º 0.7% 0.32% -
HSV(B) 310.62º 0.82% 0.54% -
XYZ 13.85 7.26 17.5 -
YUV 68.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 137 24 117 0 0.82 0.15 0.46 310.62 0.7 0.32
Hex 89 18 75 0 52 F 2E 137 46 20
Octal 211 30 165 0 122 17 56 467 106 40
Binary 10001001 11000 1110101 0 1010010 1111 101110 100110111 1000110 100000

Color Harmonies of #891875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891875

Black with #891875

Text Example


Text Example

White with #891875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891875; }

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

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

background-color css

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

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

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

border-color css

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

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

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