Html Css Color HEX #830888 Dark Magenta

📋 copy color: '#830888'

red 131 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #830888

Tints of Dark Magenta #830888

RGB

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

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

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

R = 47.64%
G = 2.91%
B = 49.45%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#830888 (or 0x830888) is known color: Dark Magenta. HEX triplet: 83, 08 and 88. RGB value is (131,8,136). Sum of RGB (Red+Green+Blue) = 131+8+136=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #830888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830888 is #7CF777. Grayscale: #3A3A3A. Windows color (decimal): -8189816 or 8915075. OLE color: 8915075.

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

Color convert

RGB 131 8 136 -
CMYK 0.04 0.94 0 0.47
HSL 297.66º 0.89% 0.28% -
HSV(B) 297.66º 0.94% 0.53% -
XYZ 13.89 6.78 23.87 -
YUV 59.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 131 8 136 0.04 0.94 0 0.47 297.66 0.89 0.28
Hex 83 8 88 4 5E 0 2F 12A 59 1C
Octal 203 10 210 4 136 0 57 452 131 34
Binary 10000011 1000 10001000 100 1011110 0 101111 100101010 1011001 11100

Color Harmonies of #830888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830888

Black with #830888

Text Example


Text Example

White with #830888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830888; }

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

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

background-color css

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

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

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

border-color css

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

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

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