Html Css Color HEX #851889 Dark Purple

📋 copy color: '#851889'

red 133 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #851889

Tints of Dark Purple #851889

RGB

 RED value IS 133 (52.34% from 255) = 45.24%

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 45.24%
G = 8.16%
B = 46.6%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#851889 (or 0x851889) is known color: Dark Purple. HEX triplet: 85, 18 and 89. RGB value is (133,24,137). Sum of RGB (Red+Green+Blue) = 133+24+137=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #851889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851889 is #7AE776. Grayscale: #454545. Windows color (decimal): -8054647 or 8984709. OLE color: 8984709.

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

Color convert

RGB 133 24 137 -
CMYK 0.03 0.82 0 0.46
HSL 297.88º 0.7% 0.32% -
HSV(B) 297.88º 0.82% 0.54% -
XYZ 14.51 7.45 24.34 -
YUV 69.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 133 24 137 0.03 0.82 0 0.46 297.88 0.7 0.32
Hex 85 18 89 3 52 0 2E 12A 46 20
Octal 205 30 211 3 122 0 56 452 106 40
Binary 10000101 11000 10001001 11 1010010 0 101110 100101010 1000110 100000

Color Harmonies of #851889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851889

Black with #851889

Text Example


Text Example

White with #851889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851889; }

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

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

background-color css

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

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

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

border-color css

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

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

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