Html Css Color HEX #830298 Dark Magenta

📋 copy color: '#830298'

red 131 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #830298

Tints of Dark Magenta #830298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 45.96%
G = 0.7%
B = 53.33%

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

#830298 (or 0x830298) is known color: Dark Magenta. HEX triplet: 83, 02 and 98. RGB value is (131,2,152). Sum of RGB (Red+Green+Blue) = 131+2+152=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #830298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830298 is #7CFD67. Grayscale: #393939. Windows color (decimal): -8191336 or 9962115. OLE color: 9962115.

HSL color Cylindrical-coordinate representation of color #830298: hue angle of 291.6º degrees, saturation: 0.97, 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 #830298 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 2 152 -
CMYK 0.14 0.99 0 0.40
HSL 291.6º 0.97% 0.3% -
HSV(B) 291.6º 0.99% 0.6% -
XYZ 15.05 7.14 30.29 -
YUV 57.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 131 2 152 0.14 0.99 0 0.40 291.6 0.97 0.3
Hex 83 2 98 E 63 0 28 124 61 1E
Octal 203 2 230 16 143 0 50 444 141 36
Binary 10000011 10 10011000 1110 1100011 0 101000 100100100 1100001 11110

Color Harmonies of #830298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830298

Black with #830298

Text Example


Text Example

White with #830298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830298; }

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

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

background-color css

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

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

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

border-color css

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

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

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