Html Css Color HEX #830098 Dark Magenta

📋 copy color: '#830098'

red 131 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #830098

Tints of Dark Magenta #830098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.29%
G = 0%
B = 53.71%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#830098 (or 0x830098) is known color: Dark Magenta. HEX triplet: 83, 00 and 98. RGB value is (131,0,152). Sum of RGB (Red+Green+Blue) = 131+0+152=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #830098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830098 is #7CFF67. Grayscale: #383838. Windows color (decimal): -8191848 or 9961603. OLE color: 9961603.

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

Color convert

RGB 131 0 152 -
CMYK 0.14 1 0 0.40
HSL 291.71º 1% 0.3% -
HSV(B) 291.71º 1% 0.6% -
XYZ 15.03 7.09 30.28 -
YUV 56.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 131 0 152 0.14 1 0 0.40 291.71 1 0.3
Hex 83 0 98 E 64 0 28 124 64 1E
Octal 203 0 230 16 144 0 50 444 144 36
Binary 10000011 0 10011000 1110 1100100 0 101000 100100100 1100100 11110

Color Harmonies of #830098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830098

Black with #830098

Text Example


Text Example

White with #830098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830098; }

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

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

background-color css

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

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

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

border-color css

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

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

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