Html Css Color HEX #82097F Purple

📋 copy color: '#82097F'

red 130 ◦ green 9 ◦ blue 127

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

Shades of Purple #82097F

Tints of Purple #82097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.74%

R = 48.87%
G = 3.38%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82097F (or 0x82097F) is known color: Purple. HEX triplet: 82, 09 and 7F. RGB value is (130,9,127). Sum of RGB (Red+Green+Blue) = 130+9+127=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097F is #7DF680. Grayscale: #3A3A3A. Windows color (decimal): -8255105 or 8325506. OLE color: 8325506.

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

Color convert

RGB 130 9 127 -
CMYK 0 0.93 0.02 0.49
HSL 301.49º 0.87% 0.27% -
HSV(B) 301.49º 0.93% 0.51% -
XYZ 13.13 6.47 20.64 -
YUV 58.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 130 9 127 0 0.93 0.02 0.49 301.49 0.87 0.27
Hex 82 9 7F 0 5D 2 31 12D 57 1B
Octal 202 11 177 0 135 2 61 455 127 33
Binary 10000010 1001 1111111 0 1011101 10 110001 100101101 1010111 11011

Color Harmonies of #82097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82097F

Black with #82097F

Text Example


Text Example

White with #82097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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