#82097B

Color #82097B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #82097B

Tints of Purple #82097B

Color information

#82097B (or 0x82097B) is unknown color: approx Purple. HEX triplet: 82, 09 and 7B. RGB value is (130,9,123). Sum of RGB (Red+Green+Blue) = 130+9+123=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097B is #7DF684. Grayscale: #393939. Windows color (decimal): -8255109 or 8063362. OLE color: 8063362.

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

Color convert

RGB1309123-
CMYK00.930.050.49
HSL303.47º87.05%27.25%-
HSV(B)303.47º93.08%50.98%-
XYZ12.886.3719.29-
YUV58.18164.59179.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=49.62%
G=3.44%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130912300.930.050.49303.4787.0527.25
Hex8297B05D53112f571b
Octal20211173013556145712733
Binary100000101001111101101011101101110001100101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82097B;
 }
 .AnyTagClassName
 {
   color: #82097B;
 }
</style>
background-color css

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

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

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

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

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

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