Html Css Color HEX #851989 Dark Purple

📋 copy color: '#851989'

red 133 ◦ green 25 ◦ blue 137

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

Shades of Dark Purple #851989

Tints of Dark Purple #851989

RGB

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

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

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

R = 45.08%
G = 8.47%
B = 46.44%

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

#851989 (or 0x851989) is known color: Dark Purple. HEX triplet: 85, 19 and 89. RGB value is (133,25,137). Sum of RGB (Red+Green+Blue) = 133+25+137=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #851989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851989 is #7AE676. Grayscale: #454545. Windows color (decimal): -8054391 or 8984965. OLE color: 8984965.

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

Color convert

RGB 133 25 137 -
CMYK 0.03 0.82 0 0.46
HSL 297.86º 0.69% 0.32% -
HSV(B) 297.86º 0.82% 0.54% -
XYZ 14.54 7.49 24.35 -
YUV 70.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 133 25 137 0.03 0.82 0 0.46 297.86 0.69 0.32
Hex 85 19 89 3 52 0 2E 12A 45 20
Octal 205 31 211 3 122 0 56 452 105 40
Binary 10000101 11001 10001001 11 1010010 0 101110 100101010 1000101 100000

Color Harmonies of #851989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851989

Black with #851989

Text Example


Text Example

White with #851989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851989; }

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

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

background-color css

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

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

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

border-color css

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

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

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