Html Css Color HEX #82286A Dark Purple

📋 copy color: '#82286A'

red 130 ◦ green 40 ◦ blue 106

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

Shades of Dark Purple #82286A

Tints of Dark Purple #82286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 47.1%
G = 14.49%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82286A (or 0x82286A) is known color: Dark Purple. HEX triplet: 82, 28 and 6A. RGB value is (130,40,106). Sum of RGB (Red+Green+Blue) = 130+40+106=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82286A is #7DD795. Grayscale: #4A4A4A. Windows color (decimal): -8247190 or 6957186. OLE color: 6957186.

HSL color Cylindrical-coordinate representation of color #82286A: hue angle of 316º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82286A is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 106 -
CMYK 0 0.69 0.18 0.49
HSL 316º 0.53% 0.33% -
HSV(B) 316º 0.69% 0.51% -
XYZ 12.57 7.3 14.38 -
YUV 74.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 130 40 106 0 0.69 0.18 0.49 316 0.53 0.33
Hex 82 28 6A 0 45 12 31 13C 35 21
Octal 202 50 152 0 105 22 61 474 65 41
Binary 10000010 101000 1101010 0 1000101 10010 110001 100111100 110101 100001

Color Harmonies of #82286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82286A

Black with #82286A

Text Example


Text Example

White with #82286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,40,106); }

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

background-color css

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

 a { background-color: rgb(130,40,106); }

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

border-color css

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

 span { border-color: rgb(130,40,106); }

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