Html Css Color HEX #82236D Dark Purple

📋 copy color: '#82236D'

red 130 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #82236D

Tints of Dark Purple #82236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 47.45%
G = 12.77%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82236D (or 0x82236D) is known color: Dark Purple. HEX triplet: 82, 23 and 6D. RGB value is (130,35,109). Sum of RGB (Red+Green+Blue) = 130+35+109=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236D is #7DDC92. Grayscale: #474747. Windows color (decimal): -8248467 or 7152514. OLE color: 7152514.

HSL color Cylindrical-coordinate representation of color #82236D: hue angle of 313.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82236D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 109 -
CMYK 0 0.73 0.16 0.49
HSL 313.26º 0.58% 0.32% -
HSV(B) 313.26º 0.73% 0.51% -
XYZ 12.57 7.05 15.17 -
YUV 71.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 130 35 109 0 0.73 0.16 0.49 313.26 0.58 0.32
Hex 82 23 6D 0 49 10 31 139 3A 20
Octal 202 43 155 0 111 20 61 471 72 40
Binary 10000010 100011 1101101 0 1001001 10000 110001 100111001 111010 100000

Color Harmonies of #82236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82236D

Black with #82236D

Text Example


Text Example

White with #82236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82236D; }

 p { color: rgb(130,35,109); }

 H1.HeaderClassName
 {
   color: #82236D;
 }
 .AnyTagClassName
 {
   color: #82236D;
 }
</style>

background-color css

<style>
 a { background-color: #82236D; }

 a { background-color: rgb(130,35,109); }

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

border-color css

<style>
 span { border-color: #82236D; }

 span { border-color: rgb(130,35,109); }

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