Html Css Color HEX #83467B Trendy Pink

📋 copy color: '#83467B'

red 131 ◦ green 70 ◦ blue 123

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

Shades of Trendy Pink #83467B

Tints of Trendy Pink #83467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 40.43%
G = 21.6%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83467B (or 0x83467B) is known color: Trendy Pink. HEX triplet: 83, 46 and 7B. RGB value is (131,70,123). Sum of RGB (Red+Green+Blue) = 131+70+123=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83467B is #7CB984. Grayscale: #5E5E5E. Windows color (decimal): -8173957 or 8078979. OLE color: 8078979.

HSL color Cylindrical-coordinate representation of color #83467B: hue angle of 307.87º degrees, saturation: 0.3, 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 #83467B is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 123 -
CMYK 0 0.47 0.06 0.49
HSL 307.87º 0.3% 0.39% -
HSV(B) 307.87º 0.47% 0.51% -
XYZ 15.13 10.64 19.99 -
YUV 94.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 131 70 123 0 0.47 0.06 0.49 307.87 0.3 0.39
Hex 83 46 7B 0 2F 6 31 134 1E 27
Octal 203 106 173 0 57 6 61 464 36 47
Binary 10000011 1000110 1111011 0 101111 110 110001 100110100 11110 100111

Color Harmonies of #83467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83467B

Black with #83467B

Text Example


Text Example

White with #83467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83467B; }

 p { color: rgb(131,70,123); }

 H1.HeaderClassName
 {
   color: #83467B;
 }
 .AnyTagClassName
 {
   color: #83467B;
 }
</style>

background-color css

<style>
 a { background-color: #83467B; }

 a { background-color: rgb(131,70,123); }

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

border-color css

<style>
 span { border-color: #83467B; }

 span { border-color: rgb(131,70,123); }

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