Html Css Color HEX #830586 Purple

📋 copy color: '#830586'

red 131 ◦ green 5 ◦ blue 134

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

Shades of Purple #830586

Tints of Purple #830586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 48.52%
G = 1.85%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#830586 (or 0x830586) is known color: Purple. HEX triplet: 83, 05 and 86. RGB value is (131,5,134). Sum of RGB (Red+Green+Blue) = 131+5+134=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #830586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830586 is #7CFA79. Grayscale: #383838. Windows color (decimal): -8190586 or 8783235. OLE color: 8783235.

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

Color convert

RGB 131 5 134 -
CMYK 0.02 0.96 0 0.47
HSL 298.6º 0.93% 0.27% -
HSV(B) 298.6º 0.96% 0.53% -
XYZ 13.72 6.66 23.12 -
YUV 57.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 131 5 134 0.02 0.96 0 0.47 298.6 0.93 0.27
Hex 83 5 86 2 60 0 2F 12B 5D 1B
Octal 203 5 206 2 140 0 57 453 135 33
Binary 10000011 101 10000110 10 1100000 0 101111 100101011 1011101 11011

Color Harmonies of #830586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830586

Black with #830586

Text Example


Text Example

White with #830586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830586; }

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

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

background-color css

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

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

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

border-color css

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

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

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