Html Css Color HEX #820983 Purple

📋 copy color: '#820983'

red 130 ◦ green 9 ◦ blue 131

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

Shades of Purple #820983

Tints of Purple #820983

RGB

 RED value IS 130 (51.17% from 255) = 48.15%

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

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

R = 48.15%
G = 3.33%
B = 48.52%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#820983 (or 0x820983) is known color: Purple. HEX triplet: 82, 09 and 83. RGB value is (130,9,131). Sum of RGB (Red+Green+Blue) = 130+9+131=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #820983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820983 is #7DF67C. Grayscale: #3A3A3A. Windows color (decimal): -8255101 or 8587650. OLE color: 8587650.

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

Color convert

RGB 130 9 131 -
CMYK 0.01 0.93 0 0.49
HSL 299.51º 0.87% 0.27% -
HSV(B) 299.51º 0.93% 0.51% -
XYZ 13.4 6.58 22.04 -
YUV 59.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 130 9 131 0.01 0.93 0 0.49 299.51 0.87 0.27
Hex 82 9 83 1 5D 0 31 12C 57 1B
Octal 202 11 203 1 135 0 61 454 127 33
Binary 10000010 1001 10000011 1 1011101 0 110001 100101100 1010111 11011

Color Harmonies of #820983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820983

Black with #820983

Text Example


Text Example

White with #820983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820983; }

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

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

background-color css

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

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

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

border-color css

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

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

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