Html Css Color HEX #82087E Purple

📋 copy color: '#82087E'

red 130 ◦ green 8 ◦ blue 126

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

Shades of Purple #82087E

Tints of Purple #82087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 49.24%
G = 3.03%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82087E (or 0x82087E) is known color: Purple. HEX triplet: 82, 08 and 7E. RGB value is (130,8,126). Sum of RGB (Red+Green+Blue) = 130+8+126=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82087E is #7DF781. Grayscale: #393939. Windows color (decimal): -8255362 or 8259714. OLE color: 8259714.

HSL color Cylindrical-coordinate representation of color #82087E: hue angle of 301.97º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82087E is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 126 -
CMYK 0 0.94 0.03 0.49
HSL 301.97º 0.88% 0.27% -
HSV(B) 301.97º 0.94% 0.51% -
XYZ 13.06 6.43 20.29 -
YUV 57.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 130 8 126 0 0.94 0.03 0.49 301.97 0.88 0.27
Hex 82 8 7E 0 5E 3 31 12E 58 1B
Octal 202 10 176 0 136 3 61 456 130 33
Binary 10000010 1000 1111110 0 1011110 11 110001 100101110 1011000 11011

Color Harmonies of #82087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82087E

Black with #82087E

Text Example


Text Example

White with #82087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82087E; }

 p { color: rgb(130,8,126); }

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

background-color css

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

 a { background-color: rgb(130,8,126); }

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

border-color css

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

 span { border-color: rgb(130,8,126); }

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