Html Css Color HEX #830198 Dark Magenta

📋 copy color: '#830198'

red 131 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #830198

Tints of Dark Magenta #830198

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 value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#830198 (or 0x830198) is known color: 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

RGB 131 1 152 -
CMYK 0.14 0.99 0 0.40
HSL 291.66º 0.99% 0.3% -
HSV(B) 291.66º 0.99% 0.6% -
XYZ 15.04 7.11 30.29 -
YUV 57.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 131 1 152 0.14 0.99 0 0.40 291.66 0.99 0.3
Hex 83 1 98 E 63 0 28 124 63 1E
Octal 203 1 230 16 143 0 50 444 143 36
Binary 10000011 1 10011000 1110 1100011 0 101000 100100100 1100011 11110

Color Harmonies of #830198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830198

Black with #830198

Text Example


Text Example

White with #830198

Text Example


Text Example

HTML Codes & Css Web 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>