Html Css Color HEX #830088 Dark Magenta

📋 copy color: '#830088'

red 131 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #830088

Tints of Dark Magenta #830088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 49.06%
G = 0%
B = 50.94%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#830088 (or 0x830088) is known color: Dark Magenta. HEX triplet: 83, 00 and 88. RGB value is (131,0,136). Sum of RGB (Red+Green+Blue) = 131+0+136=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #830088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830088 is #7CFF77. Grayscale: #363636. Windows color (decimal): -8191864 or 8913027. OLE color: 8913027.

HSL color Cylindrical-coordinate representation of color #830088: hue angle of 297.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830088 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 0 136 -
CMYK 0.04 1 0 0.47
HSL 297.79º 1% 0.27% -
HSV(B) 297.79º 1% 0.53% -
XYZ 13.8 6.6 23.84 -
YUV 54.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 131 0 136 0.04 1 0 0.47 297.79 1 0.27
Hex 83 0 88 4 64 0 2F 12A 64 1B
Octal 203 0 210 4 144 0 57 452 144 33
Binary 10000011 0 10001000 100 1100100 0 101111 100101010 1100100 11011

Color Harmonies of #830088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830088

Black with #830088

Text Example


Text Example

White with #830088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830088; }

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

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

background-color css

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

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

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

border-color css

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

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

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