Html Css Color HEX #82097A Purple

📋 copy color: '#82097A'

red 130 ◦ green 9 ◦ blue 122

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

Shades of Purple #82097A

Tints of Purple #82097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.74%

R = 49.81%
G = 3.45%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82097A (or 0x82097A) is known color: Purple. HEX triplet: 82, 09 and 7A. RGB value is (130,9,122). Sum of RGB (Red+Green+Blue) = 130+9+122=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097A is #7DF685. Grayscale: #393939. Windows color (decimal): -8255110 or 7997826. OLE color: 7997826.

HSL color Cylindrical-coordinate representation of color #82097A: hue angle of 303.97º 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 #82097A is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 122 -
CMYK 0 0.93 0.06 0.49
HSL 303.97º 0.87% 0.27% -
HSV(B) 303.97º 0.93% 0.51% -
XYZ 12.82 6.35 18.96 -
YUV 58.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 130 9 122 0 0.93 0.06 0.49 303.97 0.87 0.27
Hex 82 9 7A 0 5D 6 31 130 57 1B
Octal 202 11 172 0 135 6 61 460 127 33
Binary 10000010 1001 1111010 0 1011101 110 110001 100110000 1010111 11011

Color Harmonies of #82097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82097A

Black with #82097A

Text Example


Text Example

White with #82097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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