Html Css Color HEX #830994 Dark Magenta

📋 copy color: '#830994'

red 131 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #830994

Tints of Dark Magenta #830994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 45.49%
G = 3.13%
B = 51.39%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830994 (or 0x830994) is known color: Dark Magenta. HEX triplet: 83, 09 and 94. RGB value is (131,9,148). Sum of RGB (Red+Green+Blue) = 131+9+148=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #830994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830994 is #7CF66B. Grayscale: #3C3C3C. Windows color (decimal): -8189548 or 9701763. OLE color: 9701763.

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

Color convert

RGB 131 9 148 -
CMYK 0.11 0.94 0 0.42
HSL 292.66º 0.89% 0.31% -
HSV(B) 292.66º 0.94% 0.58% -
XYZ 14.8 7.16 28.62 -
YUV 61.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 131 9 148 0.11 0.94 0 0.42 292.66 0.89 0.31
Hex 83 9 94 B 5E 0 2A 125 59 1F
Octal 203 11 224 13 136 0 52 445 131 37
Binary 10000011 1001 10010100 1011 1011110 0 101010 100100101 1011001 11111

Color Harmonies of #830994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830994

Black with #830994

Text Example


Text Example

White with #830994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830994; }

 p { color: rgb(131,9,148); }

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

background-color css

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

 a { background-color: rgb(131,9,148); }

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

border-color css

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

 span { border-color: rgb(131,9,148); }

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