Html Css Color HEX #851887 Dark Purple

📋 copy color: '#851887'

red 133 ◦ green 24 ◦ blue 135

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

Shades of Dark Purple #851887

Tints of Dark Purple #851887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 45.55%
G = 8.22%
B = 46.23%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851887 (or 0x851887) is known color: Dark Purple. HEX triplet: 85, 18 and 87. RGB value is (133,24,135). Sum of RGB (Red+Green+Blue) = 133+24+135=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #851887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851887 is #7AE778. Grayscale: #444444. Windows color (decimal): -8054649 or 8853637. OLE color: 8853637.

HSL color Cylindrical-coordinate representation of color #851887: hue angle of 298.92º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851887 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 24 135 -
CMYK 0.01 0.82 0 0.47
HSL 298.92º 0.7% 0.31% -
HSV(B) 298.92º 0.82% 0.53% -
XYZ 14.37 7.39 23.59 -
YUV 69.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 133 24 135 0.01 0.82 0 0.47 298.92 0.7 0.31
Hex 85 18 87 1 52 0 2F 12B 46 1F
Octal 205 30 207 1 122 0 57 453 106 37
Binary 10000101 11000 10000111 1 1010010 0 101111 100101011 1000110 11111

Color Harmonies of #851887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851887

Black with #851887

Text Example


Text Example

White with #851887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851887; }

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

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

background-color css

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

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

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

border-color css

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

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

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