Html Css Color HEX #831698 Dark Magenta

📋 copy color: '#831698'

red 131 ◦ green 22 ◦ blue 152

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

Shades of Dark Magenta #831698

Tints of Dark Magenta #831698

RGB

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

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

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

R = 42.95%
G = 7.21%
B = 49.84%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#831698 (or 0x831698) is known color: Dark Magenta. HEX triplet: 83, 16 and 98. RGB value is (131,22,152). Sum of RGB (Red+Green+Blue) = 131+22+152=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #831698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831698 is #7CE967. Grayscale: #454545. Windows color (decimal): -8186216 or 9967235. OLE color: 9967235.

HSL color Cylindrical-coordinate representation of color #831698: hue angle of 290.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831698 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 22 152 -
CMYK 0.14 0.86 0 0.40
HSL 290.31º 0.75% 0.34% -
HSV(B) 290.31º 0.86% 0.6% -
XYZ 15.31 7.67 30.38 -
YUV 69.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 131 22 152 0.14 0.86 0 0.40 290.31 0.75 0.34
Hex 83 16 98 E 56 0 28 122 4B 22
Octal 203 26 230 16 126 0 50 442 113 42
Binary 10000011 10110 10011000 1110 1010110 0 101000 100100010 1001011 100010

Color Harmonies of #831698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831698

Black with #831698

Text Example


Text Example

White with #831698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831698; }

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

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

background-color css

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

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

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

border-color css

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

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

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