Html Css Color HEX #851093 Dark Magenta

📋 copy color: '#851093'

red 133 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #851093

Tints of Dark Magenta #851093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 44.93%
G = 5.41%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851093 (or 0x851093) is known color: Dark Magenta. HEX triplet: 85, 10 and 93. RGB value is (133,16,147). Sum of RGB (Red+Green+Blue) = 133+16+147=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #851093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851093 is #7AEF6C. Grayscale: #414141. Windows color (decimal): -8056685 or 9638021. OLE color: 9638021.

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

Color convert

RGB 133 16 147 -
CMYK 0.10 0.89 0 0.42
HSL 293.59º 0.8% 0.32% -
HSV(B) 293.59º 0.89% 0.58% -
XYZ 15.12 7.46 28.25 -
YUV 65.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 133 16 147 0.10 0.89 0 0.42 293.59 0.8 0.32
Hex 85 10 93 A 59 0 2A 126 50 20
Octal 205 20 223 12 131 0 52 446 120 40
Binary 10000101 10000 10010011 1010 1011001 0 101010 100100110 1010000 100000

Color Harmonies of #851093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851093

Black with #851093

Text Example


Text Example

White with #851093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851093; }

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

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

background-color css

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

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

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

border-color css

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

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

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