Html Css Color HEX #82366E Dark Purple

📋 copy color: '#82366E'

red 130 ◦ green 54 ◦ blue 110

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

Shades of Dark Purple #82366E

Tints of Dark Purple #82366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 44.22%
G = 18.37%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82366E (or 0x82366E) is known color: Dark Purple. HEX triplet: 82, 36 and 6E. RGB value is (130,54,110). Sum of RGB (Red+Green+Blue) = 130+54+110=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82366E is #7DC991. Grayscale: #525252. Windows color (decimal): -8243602 or 7222914. OLE color: 7222914.

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

Color convert

RGB 130 54 110 -
CMYK 0 0.58 0.15 0.49
HSL 315.79º 0.41% 0.36% -
HSV(B) 315.79º 0.58% 0.51% -
XYZ 13.34 8.51 15.69 -
YUV 83.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 130 54 110 0 0.58 0.15 0.49 315.79 0.41 0.36
Hex 82 36 6E 0 3A F 31 13C 29 24
Octal 202 66 156 0 72 17 61 474 51 44
Binary 10000010 110110 1101110 0 111010 1111 110001 100111100 101001 100100

Color Harmonies of #82366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82366E

Black with #82366E

Text Example


Text Example

White with #82366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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