Html Css Color HEX #830986 Purple

📋 copy color: '#830986'

red 131 ◦ green 9 ◦ blue 134

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

Shades of Purple #830986

Tints of Purple #830986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 47.81%
G = 3.28%
B = 48.91%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#830986 (or 0x830986) is known color: Purple. HEX triplet: 83, 09 and 86. RGB value is (131,9,134). Sum of RGB (Red+Green+Blue) = 131+9+134=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #830986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830986 is #7CF679. Grayscale: #3B3B3B. Windows color (decimal): -8189562 or 8784259. OLE color: 8784259.

HSL color Cylindrical-coordinate representation of color #830986: hue angle of 298.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830986 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 9 134 -
CMYK 0.02 0.93 0 0.47
HSL 298.56º 0.87% 0.28% -
HSV(B) 298.56º 0.93% 0.53% -
XYZ 13.76 6.74 23.13 -
YUV 59.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 131 9 134 0.02 0.93 0 0.47 298.56 0.87 0.28
Hex 83 9 86 2 5D 0 2F 12B 57 1C
Octal 203 11 206 2 135 0 57 453 127 34
Binary 10000011 1001 10000110 10 1011101 0 101111 100101011 1010111 11100

Color Harmonies of #830986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830986

Black with #830986

Text Example


Text Example

White with #830986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830986; }

 p { color: rgb(131,9,134); }

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

background-color css

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

 a { background-color: rgb(131,9,134); }

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

border-color css

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

 span { border-color: rgb(131,9,134); }

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