Html Css Color HEX #83088F Dark Magenta

📋 copy color: '#83088F'

red 131 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #83088F

Tints of Dark Magenta #83088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 143 (56.25% from 255) = 50.71%

R = 46.45%
G = 2.84%
B = 50.71%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83088F (or 0x83088F) is known color: Dark Magenta. HEX triplet: 83, 08 and 8F. RGB value is (131,8,143). Sum of RGB (Red+Green+Blue) = 131+8+143=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #83088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83088F is #7CF770. Grayscale: #3B3B3B. Windows color (decimal): -8189809 or 9373827. OLE color: 9373827.

HSL color Cylindrical-coordinate representation of color #83088F: hue angle of 294.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83088F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 8 143 -
CMYK 0.08 0.94 0 0.44
HSL 294.67º 0.89% 0.3% -
HSV(B) 294.67º 0.94% 0.56% -
XYZ 14.4 6.98 26.58 -
YUV 60.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 131 8 143 0.08 0.94 0 0.44 294.67 0.89 0.3
Hex 83 8 8F 8 5E 0 2C 127 59 1E
Octal 203 10 217 10 136 0 54 447 131 36
Binary 10000011 1000 10001111 1000 1011110 0 101100 100100111 1011001 11110

Color Harmonies of #83088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83088F

Black with #83088F

Text Example


Text Example

White with #83088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83088F; }

 p { color: rgb(131,8,143); }

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

background-color css

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

 a { background-color: rgb(131,8,143); }

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

border-color css

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

 span { border-color: rgb(131,8,143); }

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