Html Css Color HEX #830484 Purple

📋 copy color: '#830484'

red 131 ◦ green 4 ◦ blue 132

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

Shades of Purple #830484

Tints of Purple #830484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 49.06%
G = 1.5%
B = 49.44%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830484 (or 0x830484) is known color: Purple. HEX triplet: 83, 04 and 84. RGB value is (131,4,132). Sum of RGB (Red+Green+Blue) = 131+4+132=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #830484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830484 is #7CFB7B. Grayscale: #383838. Windows color (decimal): -8190844 or 8651907. OLE color: 8651907.

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

Color convert

RGB 131 4 132 -
CMYK 0.01 0.97 0 0.48
HSL 299.53º 0.94% 0.27% -
HSV(B) 299.53º 0.97% 0.52% -
XYZ 13.57 6.58 22.38 -
YUV 56.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 131 4 132 0.01 0.97 0 0.48 299.53 0.94 0.27
Hex 83 4 84 1 61 0 30 12C 5E 1B
Octal 203 4 204 1 141 0 60 454 136 33
Binary 10000011 100 10000100 1 1100001 0 110000 100101100 1011110 11011

Color Harmonies of #830484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830484

Black with #830484

Text Example


Text Example

White with #830484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830484; }

 p { color: rgb(131,4,132); }

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

background-color css

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

 a { background-color: rgb(131,4,132); }

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

border-color css

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

 span { border-color: rgb(131,4,132); }

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