#830198

Color #830198 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #830198

Tints of Dark Magenta #830198

Color information

#830198 (or 0x830198) is unknown color: approx Dark Magenta. HEX triplet: 83, 01 and 98. RGB value is (131,1,152). Sum of RGB (Red+Green+Blue) = 131+1+152=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #830198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830198 is #7CFE67. Grayscale: #383838. Windows color (decimal): -8191592 or 9961859. OLE color: 9961859.

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

Color convert

RGB1311152-
CMYK0.140.9900.40
HSL291.66º98.69%30%-
HSV(B)291.66º99.34%59.61%-
XYZ15.047.1130.29-
YUV57.08181.57180.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=46.13%
G=0.35%
B=53.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13111520.140.9900.40291.6698.6930
Hex83198E63028124631e
Octal20312301614305044414336
Binary10000011110011000111011000110101000100100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830198; }

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

 H1.HeaderClassName
 {
   color: #830198;
 }
 .AnyTagClassName
 {
   color: #830198;
 }
</style>
background-color css

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

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

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

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

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

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