Html Css Color HEX #830990 Dark Magenta

📋 copy color: '#830990'

red 131 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #830990

Tints of Dark Magenta #830990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 46.13%
G = 3.17%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#830990 (or 0x830990) is known color: Dark Magenta. HEX triplet: 83, 09 and 90. RGB value is (131,9,144). Sum of RGB (Red+Green+Blue) = 131+9+144=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #830990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830990 is #7CF66F. Grayscale: #3C3C3C. Windows color (decimal): -8189552 or 9439619. OLE color: 9439619.

HSL color Cylindrical-coordinate representation of color #830990: hue angle of 294.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830990 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 9 144 -
CMYK 0.09 0.94 0 0.44
HSL 294.22º 0.88% 0.3% -
HSV(B) 294.22º 0.94% 0.56% -
XYZ 14.49 7.03 26.98 -
YUV 60.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 131 9 144 0.09 0.94 0 0.44 294.22 0.88 0.3
Hex 83 9 90 9 5E 0 2C 126 58 1E
Octal 203 11 220 11 136 0 54 446 130 36
Binary 10000011 1001 10010000 1001 1011110 0 101100 100100110 1011000 11110

Color Harmonies of #830990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830990

Black with #830990

Text Example


Text Example

White with #830990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830990; }

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

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

background-color css

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

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

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

border-color css

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

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

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