Html Css Color HEX #830795 Dark Magenta

📋 copy color: '#830795'

red 131 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #830795

Tints of Dark Magenta #830795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 45.64%
G = 2.44%
B = 51.92%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830795 (or 0x830795) is known color: Dark Magenta. HEX triplet: 83, 07 and 95. RGB value is (131,7,149). Sum of RGB (Red+Green+Blue) = 131+7+149=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #830795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830795 is #7CF86A. Grayscale: #3B3B3B. Windows color (decimal): -8190059 or 9766787. OLE color: 9766787.

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

Color convert

RGB 131 7 149 -
CMYK 0.12 0.95 0 0.42
HSL 292.39º 0.91% 0.31% -
HSV(B) 292.39º 0.95% 0.58% -
XYZ 14.86 7.15 29.03 -
YUV 60.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 131 7 149 0.12 0.95 0 0.42 292.39 0.91 0.31
Hex 83 7 95 C 5F 0 2A 124 5B 1F
Octal 203 7 225 14 137 0 52 444 133 37
Binary 10000011 111 10010101 1100 1011111 0 101010 100100100 1011011 11111

Color Harmonies of #830795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830795

Black with #830795

Text Example


Text Example

White with #830795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830795; }

 p { color: rgb(131,7,149); }

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

background-color css

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

 a { background-color: rgb(131,7,149); }

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

border-color css

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

 span { border-color: rgb(131,7,149); }

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