Html Css Color HEX #830192 Dark Magenta

📋 copy color: '#830192'

red 131 ◦ green 1 ◦ blue 146

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

Shades of Dark Magenta #830192

Tints of Dark Magenta #830192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 47.12%
G = 0.36%
B = 52.52%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830192 (or 0x830192) is known color: Dark Magenta. HEX triplet: 83, 01 and 92. RGB value is (131,1,146). Sum of RGB (Red+Green+Blue) = 131+1+146=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #830192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830192 is #7CFE6D. Grayscale: #373737. Windows color (decimal): -8191598 or 9568643. OLE color: 9568643.

HSL color Cylindrical-coordinate representation of color #830192: hue angle of 293.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830192 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 1 146 -
CMYK 0.10 0.99 0 0.43
HSL 293.79º 0.99% 0.29% -
HSV(B) 293.79º 0.99% 0.57% -
XYZ 14.56 6.92 27.76 -
YUV 56.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 131 1 146 0.10 0.99 0 0.43 293.79 0.99 0.29
Hex 83 1 92 A 63 0 2B 126 63 1D
Octal 203 1 222 12 143 0 53 446 143 35
Binary 10000011 1 10010010 1010 1100011 0 101011 100100110 1100011 11101

Color Harmonies of #830192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830192

Black with #830192

Text Example


Text Example

White with #830192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830192; }

 p { color: rgb(131,1,146); }

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

background-color css

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

 a { background-color: rgb(131,1,146); }

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

border-color css

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

 span { border-color: rgb(131,1,146); }

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