Html Css Color HEX #830B89 Dark Magenta

📋 copy color: '#830B89'

red 131 ◦ green 11 ◦ blue 137

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

Shades of Dark Magenta #830B89

Tints of Dark Magenta #830B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 46.95%
G = 3.94%
B = 49.1%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#830B89 (or 0x830B89) is known color: Dark Magenta. HEX triplet: 83, 0B and 89. RGB value is (131,11,137). Sum of RGB (Red+Green+Blue) = 131+11+137=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #830B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B89 is #7CF476. Grayscale: #3C3C3C. Windows color (decimal): -8189047 or 8981379. OLE color: 8981379.

HSL color Cylindrical-coordinate representation of color #830B89: hue angle of 297.14º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B89 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 11 137 -
CMYK 0.04 0.92 0 0.46
HSL 297.14º 0.85% 0.29% -
HSV(B) 297.14º 0.92% 0.54% -
XYZ 14 6.87 24.26 -
YUV 61.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 131 11 137 0.04 0.92 0 0.46 297.14 0.85 0.29
Hex 83 B 89 4 5C 0 2E 129 55 1D
Octal 203 13 211 4 134 0 56 451 125 35
Binary 10000011 1011 10001001 100 1011100 0 101110 100101001 1010101 11101

Color Harmonies of #830B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830B89

Black with #830B89

Text Example


Text Example

White with #830B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830B89; }

 p { color: rgb(131,11,137); }

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

background-color css

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

 a { background-color: rgb(131,11,137); }

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

border-color css

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

 span { border-color: rgb(131,11,137); }

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