Html Css Color HEX #83427A Trendy Pink

📋 copy color: '#83427A'

red 131 ◦ green 66 ◦ blue 122

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

Shades of Trendy Pink #83427A

Tints of Trendy Pink #83427A

RGB

 RED value IS 131 (51.56% from 255) = 41.07%

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 41.07%
G = 20.69%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83427A (or 0x83427A) is known color: Trendy Pink. HEX triplet: 83, 42 and 7A. RGB value is (131,66,122). Sum of RGB (Red+Green+Blue) = 131+66+122=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #83427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83427A is #7CBD85. Grayscale: #5B5B5B. Windows color (decimal): -8174982 or 8012419. OLE color: 8012419.

HSL color Cylindrical-coordinate representation of color #83427A: hue angle of 308.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83427A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 122 -
CMYK 0 0.50 0.07 0.49
HSL 308.31º 0.33% 0.39% -
HSV(B) 308.31º 0.5% 0.51% -
XYZ 14.82 10.13 19.59 -
YUV 91.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 131 66 122 0 0.50 0.07 0.49 308.31 0.33 0.39
Hex 83 42 7A 0 32 7 31 134 21 27
Octal 203 102 172 0 62 7 61 464 41 47
Binary 10000011 1000010 1111010 0 110010 111 110001 100110100 100001 100111

Color Harmonies of #83427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83427A

Black with #83427A

Text Example


Text Example

White with #83427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83427A; }

 p { color: rgb(131,66,122); }

 H1.HeaderClassName
 {
   color: #83427A;
 }
 .AnyTagClassName
 {
   color: #83427A;
 }
</style>

background-color css

<style>
 a { background-color: #83427A; }

 a { background-color: rgb(131,66,122); }

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

border-color css

<style>
 span { border-color: #83427A; }

 span { border-color: rgb(131,66,122); }

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