Html Css Color HEX #830882 Purple

📋 copy color: '#830882'

red 131 ◦ green 8 ◦ blue 130

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

Shades of Purple #830882

Tints of Purple #830882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 48.7%
G = 2.97%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#830882 (or 0x830882) is known color: Purple. HEX triplet: 83, 08 and 82. RGB value is (131,8,130). Sum of RGB (Red+Green+Blue) = 131+8+130=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #830882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830882 is #7CF77D. Grayscale: #3A3A3A. Windows color (decimal): -8189822 or 8521859. OLE color: 8521859.

HSL color Cylindrical-coordinate representation of color #830882: hue angle of 300.49º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830882 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 130 -
CMYK 0 0.94 0.01 0.49
HSL 300.49º 0.88% 0.27% -
HSV(B) 300.49º 0.94% 0.51% -
XYZ 13.48 6.61 21.68 -
YUV 58.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 131 8 130 0 0.94 0.01 0.49 300.49 0.88 0.27
Hex 83 8 82 0 5E 1 31 12C 58 1B
Octal 203 10 202 0 136 1 61 454 130 33
Binary 10000011 1000 10000010 0 1011110 1 110001 100101100 1011000 11011

Color Harmonies of #830882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830882

Black with #830882

Text Example


Text Example

White with #830882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830882; }

 p { color: rgb(131,8,130); }

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

background-color css

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

 a { background-color: rgb(131,8,130); }

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

border-color css

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

 span { border-color: rgb(131,8,130); }

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