Html Css Color HEX #831898 Dark Magenta

📋 copy color: '#831898'

red 131 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #831898

Tints of Dark Magenta #831898

RGB

 RED value IS 131 (51.56% from 255) = 42.67%

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

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

R = 42.67%
G = 7.82%
B = 49.51%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#831898 (or 0x831898) is known color: Dark Magenta. HEX triplet: 83, 18 and 98. RGB value is (131,24,152). Sum of RGB (Red+Green+Blue) = 131+24+152=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #831898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831898 is #7CE767. Grayscale: #464646. Windows color (decimal): -8185704 or 9967747. OLE color: 9967747.

HSL color Cylindrical-coordinate representation of color #831898: hue angle of 290.16º 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 #831898 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 24 152 -
CMYK 0.14 0.84 0 0.40
HSL 290.16º 0.73% 0.35% -
HSV(B) 290.16º 0.84% 0.6% -
XYZ 15.35 7.75 30.39 -
YUV 70.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 131 24 152 0.14 0.84 0 0.40 290.16 0.73 0.35
Hex 83 18 98 E 54 0 28 122 49 23
Octal 203 30 230 16 124 0 50 442 111 43
Binary 10000011 11000 10011000 1110 1010100 0 101000 100100010 1001001 100011

Color Harmonies of #831898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831898

Black with #831898

Text Example


Text Example

White with #831898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831898; }

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

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

background-color css

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

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

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

border-color css

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

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

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