Html Css Color HEX #850B87 Dark Magenta

📋 copy color: '#850B87'

red 133 ◦ green 11 ◦ blue 135

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

Shades of Dark Magenta #850B87

Tints of Dark Magenta #850B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

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

R = 47.67%
G = 3.94%
B = 48.39%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#850B87 (or 0x850B87) is known color: Dark Magenta. HEX triplet: 85, 0B and 87. RGB value is (133,11,135). Sum of RGB (Red+Green+Blue) = 133+11+135=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #850B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850B87 is #7AF478. Grayscale: #3D3D3D. Windows color (decimal): -8057977 or 8850309. OLE color: 8850309.

HSL color Cylindrical-coordinate representation of color #850B87: hue angle of 299.03º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B87 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 11 135 -
CMYK 0.01 0.92 0 0.47
HSL 299.03º 0.85% 0.29% -
HSV(B) 299.03º 0.92% 0.53% -
XYZ 14.17 6.98 23.52 -
YUV 61.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 133 11 135 0.01 0.92 0 0.47 299.03 0.85 0.29
Hex 85 B 87 1 5C 0 2F 12B 55 1D
Octal 205 13 207 1 134 0 57 453 125 35
Binary 10000101 1011 10000111 1 1011100 0 101111 100101011 1010101 11101

Color Harmonies of #850B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B87

Black with #850B87

Text Example


Text Example

White with #850B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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