Html Css Color HEX #83098B Dark Magenta

📋 copy color: '#83098B'

red 131 ◦ green 9 ◦ blue 139

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

Shades of Dark Magenta #83098B

Tints of Dark Magenta #83098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 46.95%
G = 3.23%
B = 49.82%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83098B (or 0x83098B) is known color: Dark Magenta. HEX triplet: 83, 09 and 8B. RGB value is (131,9,139). Sum of RGB (Red+Green+Blue) = 131+9+139=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #83098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83098B is #7CF674. Grayscale: #3B3B3B. Windows color (decimal): -8189557 or 9111939. OLE color: 9111939.

HSL color Cylindrical-coordinate representation of color #83098B: hue angle of 296.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83098B is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 9 139 -
CMYK 0.06 0.94 0 0.45
HSL 296.31º 0.88% 0.29% -
HSV(B) 296.31º 0.94% 0.55% -
XYZ 14.12 6.88 25.01 -
YUV 60.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 131 9 139 0.06 0.94 0 0.45 296.31 0.88 0.29
Hex 83 9 8B 6 5E 0 2D 128 58 1D
Octal 203 11 213 6 136 0 55 450 130 35
Binary 10000011 1001 10001011 110 1011110 0 101101 100101000 1011000 11101

Color Harmonies of #83098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83098B

Black with #83098B

Text Example


Text Example

White with #83098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83098B; }

 p { color: rgb(131,9,139); }

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

background-color css

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

 a { background-color: rgb(131,9,139); }

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

border-color css

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

 span { border-color: rgb(131,9,139); }

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