Html Css Color HEX #82186E Dark Purple

📋 copy color: '#82186E'

red 130 ◦ green 24 ◦ blue 110

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

Shades of Dark Purple #82186E

Tints of Dark Purple #82186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 49.24%
G = 9.09%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82186E (or 0x82186E) is known color: Dark Purple. HEX triplet: 82, 18 and 6E. RGB value is (130,24,110). Sum of RGB (Red+Green+Blue) = 130+24+110=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82186E is #7DE791. Grayscale: #414141. Windows color (decimal): -8251282 or 7215234. OLE color: 7215234.

HSL color Cylindrical-coordinate representation of color #82186E: hue angle of 311.32º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82186E is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 110 -
CMYK 0 0.82 0.15 0.49
HSL 311.32º 0.69% 0.3% -
HSV(B) 311.32º 0.82% 0.51% -
XYZ 12.35 6.52 15.36 -
YUV 65.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 130 24 110 0 0.82 0.15 0.49 311.32 0.69 0.3
Hex 82 18 6E 0 52 F 31 137 45 1E
Octal 202 30 156 0 122 17 61 467 105 36
Binary 10000010 11000 1101110 0 1010010 1111 110001 100110111 1000101 11110

Color Harmonies of #82186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82186E

Black with #82186E

Text Example


Text Example

White with #82186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,24,110); }

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

background-color css

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

 a { background-color: rgb(130,24,110); }

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

border-color css

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

 span { border-color: rgb(130,24,110); }

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