Html Css Color HEX #830690 Dark Magenta

📋 copy color: '#830690'

red 131 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #830690

Tints of Dark Magenta #830690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 46.62%
G = 2.14%
B = 51.25%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#830690 (or 0x830690) is known color: Dark Magenta. HEX triplet: 83, 06 and 90. RGB value is (131,6,144). Sum of RGB (Red+Green+Blue) = 131+6+144=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #830690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830690 is #7CF96F. Grayscale: #3A3A3A. Windows color (decimal): -8190320 or 9438851. OLE color: 9438851.

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

Color convert

RGB 131 6 144 -
CMYK 0.09 0.96 0 0.44
HSL 294.35º 0.92% 0.29% -
HSV(B) 294.35º 0.96% 0.56% -
XYZ 14.46 6.97 26.97 -
YUV 59.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 131 6 144 0.09 0.96 0 0.44 294.35 0.92 0.29
Hex 83 6 90 9 60 0 2C 126 5C 1D
Octal 203 6 220 11 140 0 54 446 134 35
Binary 10000011 110 10010000 1001 1100000 0 101100 100100110 1011100 11101

Color Harmonies of #830690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830690

Black with #830690

Text Example


Text Example

White with #830690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830690; }

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

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

background-color css

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

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

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

border-color css

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

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

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