Html Css Color HEX #830698 Dark Magenta

📋 copy color: '#830698'

red 131 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #830698

Tints of Dark Magenta #830698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 45.33%
G = 2.08%
B = 52.6%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#830698 (or 0x830698) is known color: Dark Magenta. HEX triplet: 83, 06 and 98. RGB value is (131,6,152). Sum of RGB (Red+Green+Blue) = 131+6+152=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #830698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830698 is #7CF967. Grayscale: #3B3B3B. Windows color (decimal): -8190312 or 9963139. OLE color: 9963139.

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

Color convert

RGB 131 6 152 -
CMYK 0.14 0.96 0 0.40
HSL 291.37º 0.92% 0.31% -
HSV(B) 291.37º 0.96% 0.6% -
XYZ 15.09 7.22 30.3 -
YUV 60.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 131 6 152 0.14 0.96 0 0.40 291.37 0.92 0.31
Hex 83 6 98 E 60 0 28 123 5C 1F
Octal 203 6 230 16 140 0 50 443 134 37
Binary 10000011 110 10011000 1110 1100000 0 101000 100100011 1011100 11111

Color Harmonies of #830698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830698

Black with #830698

Text Example


Text Example

White with #830698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830698; }

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

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

background-color css

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

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

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

border-color css

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

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

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