Html Css Color HEX #82386C Dark Purple

📋 copy color: '#82386C'

red 130 ◦ green 56 ◦ blue 108

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

Shades of Dark Purple #82386C

Tints of Dark Purple #82386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 44.22%
G = 19.05%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82386C (or 0x82386C) is known color: Dark Purple. HEX triplet: 82, 38 and 6C. RGB value is (130,56,108). Sum of RGB (Red+Green+Blue) = 130+56+108=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386C is #7DC793. Grayscale: #535353. Windows color (decimal): -8243092 or 7092354. OLE color: 7092354.

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

Color convert

RGB 130 56 108 -
CMYK 0 0.57 0.17 0.49
HSL 317.84º 0.4% 0.36% -
HSV(B) 317.84º 0.57% 0.51% -
XYZ 13.33 8.66 15.16 -
YUV 84.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 130 56 108 0 0.57 0.17 0.49 317.84 0.4 0.36
Hex 82 38 6C 0 39 11 31 13E 28 24
Octal 202 70 154 0 71 21 61 476 50 44
Binary 10000010 111000 1101100 0 111001 10001 110001 100111110 101000 100100

Color Harmonies of #82386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82386C

Black with #82386C

Text Example


Text Example

White with #82386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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