Html Css Color HEX #850F8B Dark Magenta

📋 copy color: '#850F8B'

red 133 ◦ green 15 ◦ blue 139

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

Shades of Dark Magenta #850F8B

Tints of Dark Magenta #850F8B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 46.34%
G = 5.23%
B = 48.43%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#850F8B (or 0x850F8B) is known color: Dark Magenta. HEX triplet: 85, 0F and 8B. RGB value is (133,15,139). Sum of RGB (Red+Green+Blue) = 133+15+139=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #850F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850F8B is #7AF074. Grayscale: #404040. Windows color (decimal): -8056949 or 9113477. OLE color: 9113477.

HSL color Cylindrical-coordinate representation of color #850F8B: hue angle of 297.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F8B is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 15 139 -
CMYK 0.04 0.89 0 0.45
HSL 297.1º 0.81% 0.3% -
HSV(B) 297.1º 0.89% 0.55% -
XYZ 14.5 7.19 25.05 -
YUV 64.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 133 15 139 0.04 0.89 0 0.45 297.1 0.81 0.3
Hex 85 F 8B 4 59 0 2D 129 51 1E
Octal 205 17 213 4 131 0 55 451 121 36
Binary 10000101 1111 10001011 100 1011001 0 101101 100101001 1010001 11110

Color Harmonies of #850F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F8B

Black with #850F8B

Text Example


Text Example

White with #850F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,15,139); }

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

background-color css

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

 a { background-color: rgb(133,15,139); }

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

border-color css

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

 span { border-color: rgb(133,15,139); }

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