Html Css Color HEX #83099B Dark Magenta

📋 copy color: '#83099B'

red 131 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #83099B

Tints of Dark Magenta #83099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 44.41%
G = 3.05%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83099B (or 0x83099B) is known color: Dark Magenta. HEX triplet: 83, 09 and 9B. RGB value is (131,9,155). Sum of RGB (Red+Green+Blue) = 131+9+155=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #83099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83099B is #7CF664. Grayscale: #3D3D3D. Windows color (decimal): -8189541 or 10160515. OLE color: 10160515.

HSL color Cylindrical-coordinate representation of color #83099B: hue angle of 290.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83099B is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 9 155 -
CMYK 0.15 0.94 0 0.39
HSL 290.14º 0.89% 0.32% -
HSV(B) 290.14º 0.94% 0.61% -
XYZ 15.37 7.39 31.63 -
YUV 62.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 131 9 155 0.15 0.94 0 0.39 290.14 0.89 0.32
Hex 83 9 9B F 5E 0 27 122 59 20
Octal 203 11 233 17 136 0 47 442 131 40
Binary 10000011 1001 10011011 1111 1011110 0 100111 100100010 1011001 100000

Color Harmonies of #83099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83099B

Black with #83099B

Text Example


Text Example

White with #83099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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