Html Css Color HEX #850993 Dark Magenta

📋 copy color: '#850993'

red 133 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #850993

Tints of Dark Magenta #850993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 46.02%
G = 3.11%
B = 50.87%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#850993 (or 0x850993) is known color: Dark Magenta. HEX triplet: 85, 09 and 93. RGB value is (133,9,147). Sum of RGB (Red+Green+Blue) = 133+9+147=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #850993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850993 is #7AF66C. Grayscale: #3D3D3D. Windows color (decimal): -8058477 or 9636229. OLE color: 9636229.

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

Color convert

RGB 133 9 147 -
CMYK 0.10 0.94 0 0.42
HSL 293.91º 0.88% 0.31% -
HSV(B) 293.91º 0.94% 0.58% -
XYZ 15.04 7.29 28.22 -
YUV 61.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 133 9 147 0.10 0.94 0 0.42 293.91 0.88 0.31
Hex 85 9 93 A 5E 0 2A 126 58 1F
Octal 205 11 223 12 136 0 52 446 130 37
Binary 10000101 1001 10010011 1010 1011110 0 101010 100100110 1011000 11111

Color Harmonies of #850993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850993

Black with #850993

Text Example


Text Example

White with #850993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850993; }

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

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

background-color css

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

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

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

border-color css

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

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

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