Html Css Color HEX #851898 Dark Magenta

📋 copy color: '#851898'

red 133 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #851898

Tints of Dark Magenta #851898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 43.04%
G = 7.77%
B = 49.19%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#851898 (or 0x851898) is known color: Dark Magenta. HEX triplet: 85, 18 and 98. RGB value is (133,24,152). Sum of RGB (Red+Green+Blue) = 133+24+152=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #851898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851898 is #7AE767. Grayscale: #464646. Windows color (decimal): -8054632 or 9967749. OLE color: 9967749.

HSL color Cylindrical-coordinate representation of color #851898: hue angle of 291.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851898 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 24 152 -
CMYK 0.13 0.84 0 0.40
HSL 291.09º 0.73% 0.35% -
HSV(B) 291.09º 0.84% 0.6% -
XYZ 15.67 7.91 30.41 -
YUV 71.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 133 24 152 0.13 0.84 0 0.40 291.09 0.73 0.35
Hex 85 18 98 D 54 0 28 123 49 23
Octal 205 30 230 15 124 0 50 443 111 43
Binary 10000101 11000 10011000 1101 1010100 0 101000 100100011 1001001 100011

Color Harmonies of #851898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851898

Black with #851898

Text Example


Text Example

White with #851898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851898; }

 p { color: rgb(133,24,152); }

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

background-color css

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

 a { background-color: rgb(133,24,152); }

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

border-color css

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

 span { border-color: rgb(133,24,152); }

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