Html Css Color HEX #850C93 Dark Magenta

📋 copy color: '#850C93'

red 133 ◦ green 12 ◦ blue 147

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

Shades of Dark Magenta #850C93

Tints of Dark Magenta #850C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 45.55%
G = 4.11%
B = 50.34%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#850C93 (or 0x850C93) is known color: Dark Magenta. HEX triplet: 85, 0C and 93. RGB value is (133,12,147). Sum of RGB (Red+Green+Blue) = 133+12+147=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #850C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C93 is #7AF36C. Grayscale: #3F3F3F. Windows color (decimal): -8057709 or 9636997. OLE color: 9636997.

HSL color Cylindrical-coordinate representation of color #850C93: hue angle of 293.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850C93 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 12 147 -
CMYK 0.10 0.92 0 0.42
HSL 293.78º 0.85% 0.31% -
HSV(B) 293.78º 0.92% 0.58% -
XYZ 15.07 7.36 28.23 -
YUV 63.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 133 12 147 0.10 0.92 0 0.42 293.78 0.85 0.31
Hex 85 C 93 A 5C 0 2A 126 55 1F
Octal 205 14 223 12 134 0 52 446 125 37
Binary 10000101 1100 10010011 1010 1011100 0 101010 100100110 1010101 11111

Color Harmonies of #850C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C93

Black with #850C93

Text Example


Text Example

White with #850C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,147); }

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

background-color css

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

 a { background-color: rgb(133,12,147); }

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

border-color css

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

 span { border-color: rgb(133,12,147); }

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