Html Css Color HEX #82386E Dark Purple

📋 copy color: '#82386E'

red 130 ◦ green 56 ◦ blue 110

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

Shades of Dark Purple #82386E

Tints of Dark Purple #82386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 43.92%
G = 18.92%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82386E (or 0x82386E) is known color: Dark Purple. HEX triplet: 82, 38 and 6E. RGB value is (130,56,110). Sum of RGB (Red+Green+Blue) = 130+56+110=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386E is #7DC791. Grayscale: #545454. Windows color (decimal): -8243090 or 7223426. OLE color: 7223426.

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

Color convert

RGB 130 56 110 -
CMYK 0 0.57 0.15 0.49
HSL 316.22º 0.4% 0.36% -
HSV(B) 316.22º 0.57% 0.51% -
XYZ 13.43 8.7 15.72 -
YUV 84.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 130 56 110 0 0.57 0.15 0.49 316.22 0.4 0.36
Hex 82 38 6E 0 39 F 31 13C 28 24
Octal 202 70 156 0 71 17 61 474 50 44
Binary 10000010 111000 1101110 0 111001 1111 110001 100111100 101000 100100

Color Harmonies of #82386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82386E

Black with #82386E

Text Example


Text Example

White with #82386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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