Html Css Color HEX #82437D Trendy Pink

📋 copy color: '#82437D'

red 130 ◦ green 67 ◦ blue 125

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

Shades of Trendy Pink #82437D

Tints of Trendy Pink #82437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 40.37%
G = 20.81%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82437D (or 0x82437D) is known color: Trendy Pink. HEX triplet: 82, 43 and 7D. RGB value is (130,67,125). Sum of RGB (Red+Green+Blue) = 130+67+125=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82437D is #7DBC82. Grayscale: #5C5C5C. Windows color (decimal): -8240259 or 8209282. OLE color: 8209282.

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

Color convert

RGB 130 67 125 -
CMYK 0 0.48 0.04 0.49
HSL 304.76º 0.32% 0.39% -
HSV(B) 304.76º 0.48% 0.51% -
XYZ 14.91 10.24 20.59 -
YUV 92.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 130 67 125 0 0.48 0.04 0.49 304.76 0.32 0.39
Hex 82 43 7D 0 30 4 31 131 20 27
Octal 202 103 175 0 60 4 61 461 40 47
Binary 10000010 1000011 1111101 0 110000 100 110001 100110001 100000 100111

Color Harmonies of #82437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82437D

Black with #82437D

Text Example


Text Example

White with #82437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,67,125); }

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

background-color css

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

 a { background-color: rgb(130,67,125); }

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

border-color css

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

 span { border-color: rgb(130,67,125); }

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