Html Css Color HEX #83457D Trendy Pink

📋 copy color: '#83457D'

red 131 ◦ green 69 ◦ blue 125

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

Shades of Trendy Pink #83457D

Tints of Trendy Pink #83457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 40.31%
G = 21.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83457D (or 0x83457D) is known color: Trendy Pink. HEX triplet: 83, 45 and 7D. RGB value is (131,69,125). Sum of RGB (Red+Green+Blue) = 131+69+125=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83457D is #7CBA82. Grayscale: #5D5D5D. Windows color (decimal): -8174211 or 8209795. OLE color: 8209795.

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

Color convert

RGB 131 69 125 -
CMYK 0 0.47 0.05 0.49
HSL 305.81º 0.31% 0.39% -
HSV(B) 305.81º 0.47% 0.51% -
XYZ 15.19 10.56 20.64 -
YUV 93.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 131 69 125 0 0.47 0.05 0.49 305.81 0.31 0.39
Hex 83 45 7D 0 2F 5 31 132 1F 27
Octal 203 105 175 0 57 5 61 462 37 47
Binary 10000011 1000101 1111101 0 101111 101 110001 100110010 11111 100111

Color Harmonies of #83457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83457D

Black with #83457D

Text Example


Text Example

White with #83457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,69,125); }

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

background-color css

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

 a { background-color: rgb(131,69,125); }

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

border-color css

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

 span { border-color: rgb(131,69,125); }

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