Html Css Color HEX #82386F Dark Purple

📋 copy color: '#82386F'

red 130 ◦ green 56 ◦ blue 111

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

Shades of Dark Purple #82386F

Tints of Dark Purple #82386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 43.77%
G = 18.86%
B = 37.37%

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

#82386F (or 0x82386F) is known color: Dark Purple. HEX triplet: 82, 38 and 6F. RGB value is (130,56,111). Sum of RGB (Red+Green+Blue) = 130+56+111=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #82386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386F is #7DC790. Grayscale: #545454. Windows color (decimal): -8243089 or 7288962. OLE color: 7288962.

HSL color Cylindrical-coordinate representation of color #82386F: hue angle of 315.41º 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 #82386F is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 111 -
CMYK 0 0.57 0.15 0.49
HSL 315.41º 0.4% 0.36% -
HSV(B) 315.41º 0.57% 0.51% -
XYZ 13.49 8.72 16.01 -
YUV 84.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 130 56 111 0 0.57 0.15 0.49 315.41 0.4 0.36
Hex 82 38 6F 0 39 F 31 13B 28 24
Octal 202 70 157 0 71 17 61 473 50 44
Binary 10000010 111000 1101111 0 111001 1111 110001 100111011 101000 100100

Color Harmonies of #82386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82386F

Black with #82386F

Text Example


Text Example

White with #82386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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