Html Css Color HEX #830699 Dark Magenta

📋 copy color: '#830699'

red 131 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #830699

Tints of Dark Magenta #830699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 45.17%
G = 2.07%
B = 52.76%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#830699 (or 0x830699) is known color: Dark Magenta. HEX triplet: 83, 06 and 99. RGB value is (131,6,153). Sum of RGB (Red+Green+Blue) = 131+6+153=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #830699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830699 is #7CF966. Grayscale: #3B3B3B. Windows color (decimal): -8190311 or 10028675. OLE color: 10028675.

HSL color Cylindrical-coordinate representation of color #830699: hue angle of 291.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830699 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 6 153 -
CMYK 0.14 0.96 0 0.4
HSL 291.02º 0.92% 0.31% -
HSV(B) 291.02º 0.96% 0.6% -
XYZ 15.17 7.26 30.74 -
YUV 60.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 131 6 153 0.14 0.96 0 0.4 291.02 0.92 0.31
Hex 83 6 99 E 60 0 28 123 5C 1F
Octal 203 6 231 16 140 0 50 443 134 37
Binary 10000011 110 10011001 1110 1100000 0 101000 100100011 1011100 11111

Color Harmonies of #830699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830699

Black with #830699

Text Example


Text Example

White with #830699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830699; }

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

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

background-color css

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

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

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

border-color css

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

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

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