Html Css Color HEX #830092 Dark Magenta

📋 copy color: '#830092'

red 131 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #830092

Tints of Dark Magenta #830092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.29%
G = 0%
B = 52.71%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830092 (or 0x830092) is known color: Dark Magenta. HEX triplet: 83, 00 and 92. RGB value is (131,0,146). Sum of RGB (Red+Green+Blue) = 131+0+146=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #830092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830092 is #7CFF6D. Grayscale: #373737. Windows color (decimal): -8191854 or 9568387. OLE color: 9568387.

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

Color convert

RGB 131 0 146 -
CMYK 0.10 1 0 0.43
HSL 293.84º 1% 0.29% -
HSV(B) 293.84º 1% 0.57% -
XYZ 14.55 6.9 27.76 -
YUV 55.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 131 0 146 0.10 1 0 0.43 293.84 1 0.29
Hex 83 0 92 A 64 0 2B 126 64 1D
Octal 203 0 222 12 144 0 53 446 144 35
Binary 10000011 0 10010010 1010 1100100 0 101011 100100110 1100100 11101

Color Harmonies of #830092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830092

Black with #830092

Text Example


Text Example

White with #830092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830092; }

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

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

background-color css

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

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

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

border-color css

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

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

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