Html Css Color HEX #851692 Dark Magenta

📋 copy color: '#851692'

red 133 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #851692

Tints of Dark Magenta #851692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 44.19%
G = 7.31%
B = 48.5%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851692 (or 0x851692) is known color: Dark Magenta. HEX triplet: 85, 16 and 92. RGB value is (133,22,146). Sum of RGB (Red+Green+Blue) = 133+22+146=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #851692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851692 is #7AE96D. Grayscale: #444444. Windows color (decimal): -8055150 or 9574021. OLE color: 9574021.

HSL color Cylindrical-coordinate representation of color #851692: hue angle of 293.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851692 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 22 146 -
CMYK 0.09 0.85 0 0.43
HSL 293.71º 0.74% 0.33% -
HSV(B) 293.71º 0.85% 0.57% -
XYZ 15.15 7.64 27.87 -
YUV 69.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 133 22 146 0.09 0.85 0 0.43 293.71 0.74 0.33
Hex 85 16 92 9 55 0 2B 126 4A 21
Octal 205 26 222 11 125 0 53 446 112 41
Binary 10000101 10110 10010010 1001 1010101 0 101011 100100110 1001010 100001

Color Harmonies of #851692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851692

Black with #851692

Text Example


Text Example

White with #851692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851692; }

 p { color: rgb(133,22,146); }

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

background-color css

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

 a { background-color: rgb(133,22,146); }

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

border-color css

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

 span { border-color: rgb(133,22,146); }

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