Html Css Color HEX #830498 Dark Magenta

📋 copy color: '#830498'

red 131 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #830498

Tints of Dark Magenta #830498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 45.64%
G = 1.39%
B = 52.96%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#830498 (or 0x830498) is known color: Dark Magenta. HEX triplet: 83, 04 and 98. RGB value is (131,4,152). Sum of RGB (Red+Green+Blue) = 131+4+152=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #830498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830498 is #7CFB67. Grayscale: #3A3A3A. Windows color (decimal): -8190824 or 9962627. OLE color: 9962627.

HSL color Cylindrical-coordinate representation of color #830498: hue angle of 291.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830498 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 4 152 -
CMYK 0.14 0.97 0 0.40
HSL 291.49º 0.95% 0.31% -
HSV(B) 291.49º 0.97% 0.6% -
XYZ 15.07 7.18 30.3 -
YUV 58.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 131 4 152 0.14 0.97 0 0.40 291.49 0.95 0.31
Hex 83 4 98 E 61 0 28 123 5F 1F
Octal 203 4 230 16 141 0 50 443 137 37
Binary 10000011 100 10011000 1110 1100001 0 101000 100100011 1011111 11111

Color Harmonies of #830498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830498

Black with #830498

Text Example


Text Example

White with #830498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830498; }

 p { color: rgb(131,4,152); }

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

background-color css

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

 a { background-color: rgb(131,4,152); }

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

border-color css

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

 span { border-color: rgb(131,4,152); }

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